diff --git a/.gitignore b/.gitignore
index bfa43b8..fbf9b1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
__pycache__
+.ipynb_checkpoints
plots/*
!.gitkeep
\ No newline at end of file
diff --git a/globe.ipynb b/globe.ipynb
index 67c17aa..439d001 100644
--- a/globe.ipynb
+++ b/globe.ipynb
@@ -2,9 +2,20 @@
"cells": [
{
"cell_type": "code",
- "execution_count": 3,
+ "execution_count": null,
"metadata": {},
- "outputs": [],
+ "outputs": [
+ {
+ "ename": "",
+ "evalue": "",
+ "output_type": "error",
+ "traceback": [
+ "\u001b[1;31mRunning cells with 'Python 3.10.8 ('venv': venv)' requires ipykernel package.\n",
+ "\u001b[1;31mRun the following command to install 'ipykernel' into the Python environment. \n",
+ "\u001b[1;31mCommand: '/home/fruchti/Projekte/Python/plotterstuff/venv/bin/python -m pip install ipykernel -U --force-reinstall'"
+ ]
+ }
+ ],
"source": [
"from lib import plot\n",
"import IPython\n",
@@ -14,19 +25,18 @@
},
{
"cell_type": "code",
- "execution_count": 4,
+ "execution_count": null,
"metadata": {},
"outputs": [
{
- "data": {
- "image/svg+xml": "",
- "text/plain": [
- ""
- ]
- },
- "execution_count": 4,
- "metadata": {},
- "output_type": "execute_result"
+ "ename": "",
+ "evalue": "",
+ "output_type": "error",
+ "traceback": [
+ "\u001b[1;31mRunning cells with 'Python 3.10.8 ('venv': venv)' requires ipykernel package.\n",
+ "\u001b[1;31mRun the following command to install 'ipykernel' into the Python environment. \n",
+ "\u001b[1;31mCommand: '/home/fruchti/Projekte/Python/plotterstuff/venv/bin/python -m pip install ipykernel -U --force-reinstall'"
+ ]
}
],
"source": [
@@ -83,7 +93,7 @@
],
"metadata": {
"kernelspec": {
- "display_name": "Python 3.9.15 64-bit",
+ "display_name": "Python 3.10.8 ('venv': venv)",
"language": "python",
"name": "python3"
},
@@ -97,12 +107,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.9.15"
+ "version": "3.10.8"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
- "hash": "1dc4d77b1edb83bef89f833b7ed5251134c6a4899ef5e2c90c44e9927b4ae63a"
+ "hash": "4e4d30d3539929de0578bbe4ec79f6b28a071ba9812633f0cffbdd386797307b"
}
}
},