Browse Source

Mito Test

gc-server6 2 years ago
parent
commit
7a075f5dff
2 changed files with 54 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 53 0
      sandbox/mito_df.ipynb

+ 1 - 0
.gitignore

@@ -10,3 +10,4 @@ unzipped/
 GCStruct_Reisacher_Planung/config/logs/gcstruct.0.log
 o365_token.txt
 tools/pdf/data/mit_Briefpapier
+sandbox/mitoenv/

+ 53 - 0
sandbox/mito_df.ipynb

@@ -0,0 +1,53 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {},
+   "outputs": [
+    {
+     "ename": "ModuleNotFoundError",
+     "evalue": "No module named 'mitosheet'",
+     "output_type": "error",
+     "traceback": [
+      "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
+      "\u001b[1;31mModuleNotFoundError\u001b[0m                       Traceback (most recent call last)",
+      "Cell \u001b[1;32mIn[2], line 1\u001b[0m\n\u001b[1;32m----> 1\u001b[0m \u001b[39mimport\u001b[39;00m \u001b[39mmitosheet\u001b[39;00m\n\u001b[0;32m      2\u001b[0m mitosheet\u001b[39m.\u001b[39msheet()\n",
+      "\u001b[1;31mModuleNotFoundError\u001b[0m: No module named 'mitosheet'"
+     ]
+    }
+   ],
+   "source": [
+    "import mitosheet\n",
+    "mitosheet.sheet()"
+   ]
+  }
+ ],
+ "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.9.10 (tags/v3.9.10:f2f3f53, Jan 17 2022, 15:01:48) [MSC v.1929 32 bit (Intel)]"
+  },
+  "orig_nbformat": 4,
+  "vscode": {
+   "interpreter": {
+    "hash": "eb06f964ad5f6b1bbfd3fdf7106bdbdd9638f61f30f9c922a33f9fa20d941e6d"
+   }
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}