From 869e63dcfc335c33f550fb6c254c4e7fc40153eb Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Thu, 18 Jul 2024 15:10:12 -0700 Subject: [PATCH] Fix notebook --- testing-2.ipynb | Bin 1024 -> 0 bytes testing.ipynb | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) delete mode 100644 testing-2.ipynb create mode 100644 testing.ipynb diff --git a/testing-2.ipynb b/testing-2.ipynb deleted file mode 100644 index 06d7405020018ddf3cacee90fd4af10487da3d20..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1024 ScmZQz7zLvtFd70QH3R?z00031 diff --git a/testing.ipynb b/testing.ipynb new file mode 100644 index 0000000..ddf4a56 --- /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 +}