Skip to content

Commit

Permalink
rename notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
torave committed Mar 30, 2025
1 parent ba86807 commit ed6bd34
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions notebooks/test_notebook.ipynb → notebooks/notebook_test.ipynb
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ed6bd34

Please sign in to comment.