Skip to content

Commit

Permalink
Colab environment for easy iterative testing of NovaSystem developmen…
Browse files Browse the repository at this point in the history
…t ideas.
  • Loading branch information
ctavolazzi committed Jan 29, 2024
1 parent 54979c3 commit bd1da41
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions nova_testing_suite.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyOU9RfHI3WwOwLGtA4ITE2y",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/ctavolazzi/NovaSystem/blob/main/nova_testing_suite.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "1fYOGA63mMSA",
"outputId": "9f283c2e-86c7-4a87-ef1c-7643a9b55a80"
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Hello World!\n"
]
}
],
"source": [
"# prompt: print hello world\n",
"\n",
"print('Hello World!')\n"
]
}
]
}

0 comments on commit bd1da41

Please sign in to comment.