From bd1da41fc0cc3dabc41786b955e6e129ab1c50d7 Mon Sep 17 00:00:00 2001 From: Christopher Tavolazzi Date: Mon, 29 Jan 2024 15:47:55 -0800 Subject: [PATCH] Colab environment for easy iterative testing of NovaSystem development ideas. --- nova_testing_suite.ipynb | 55 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 nova_testing_suite.ipynb diff --git a/nova_testing_suite.ipynb b/nova_testing_suite.ipynb new file mode 100644 index 00000000..ae0fd89a --- /dev/null +++ b/nova_testing_suite.ipynb @@ -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": [ + "\"Open" + ] + }, + { + "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" + ] + } + ] +} \ No newline at end of file