From 8c34741c579472d3bea3e216366a81045e33660a Mon Sep 17 00:00:00 2001 From: Stephen Zweibel Date: Thu, 12 Oct 2023 09:28:33 -0400 Subject: [PATCH] Update empty.ipynb --- content/empty.ipynb | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/content/empty.ipynb b/content/empty.ipynb index b382582..5f6de34 100644 --- a/content/empty.ipynb +++ b/content/empty.ipynb @@ -1,8 +1,25 @@ { - "metadata": { - "orig_nbformat": 4 + "metadata": { + "kernelspec": { + "display_name": "Python (Pyodide)", + "language": "python", + "name": "python" }, - "nbformat_minor": 4, - "nbformat": 4, - "cells": [] -} \ No newline at end of file + "language_info": { + "codemirror_mode": { + "name": "python", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8" + }, + "orig_nbformat": 4, + "toc-showcode": false + }, + "nbformat": 4, + "nbformat_minor": 5 +}