diff --git a/notebooks/test_notebook.ipynb b/notebooks/notebook_test.ipynb similarity index 75% rename from notebooks/test_notebook.ipynb rename to notebooks/notebook_test.ipynb index c887b20..d7ff57d 100644 --- a/notebooks/test_notebook.ipynb +++ b/notebooks/notebook_test.ipynb @@ -1,21 +1,18 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Notebook - Test\n", + "Dette er bare en test notebook, for å se om venv funker og det å importere funksjoner fra packager." + ] + }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "'Hello World!'" - ] - }, - "execution_count": 2, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "import sys\n", "import os\n",