From 56a73805983410fb8532cad62da94928a12503ad Mon Sep 17 00:00:00 2001 From: scottwilliams Date: Wed, 17 Jul 2024 17:40:04 -0700 Subject: [PATCH] Replace testing.ipynb with valid notebook file --- testing.ipynb | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 testing.ipynb diff --git a/testing.ipynb b/testing.ipynb new file mode 100644 index 0000000..6e0f61d --- /dev/null +++ b/testing.ipynb @@ -0,0 +1,35 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "289251c7-347f-4471-9d6d-8c3b1a8c12cc", + "metadata": {}, + "outputs": [], + "source": [ + "print('Hello world!')" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.5" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} \ No newline at end of file