From 8f39ce45bc10460a2bcb385f93c1e8414c9d8899 Mon Sep 17 00:00:00 2001 From: Nicholas Ramos <111522637+NicholasRamos5@users.noreply.github.com> Date: Tue, 1 Aug 2023 13:40:39 -0700 Subject: [PATCH] platform initial --- _notebooks/2023-08-01-Mario-Platform.ipynb | 331 +++++++++++++++++++++ 1 file changed, 331 insertions(+) create mode 100644 _notebooks/2023-08-01-Mario-Platform.ipynb diff --git a/_notebooks/2023-08-01-Mario-Platform.ipynb b/_notebooks/2023-08-01-Mario-Platform.ipynb new file mode 100644 index 0000000..42efc5c --- /dev/null +++ b/_notebooks/2023-08-01-Mario-Platform.ipynb @@ -0,0 +1,331 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "\n", + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "%%html\n", + "\n", + "\n", + "" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "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.10.9" + }, + "orig_nbformat": 4 + }, + "nbformat": 4, + "nbformat_minor": 2 +}