Skip to content

Commit

Permalink
refactor: remove unnecessary markdown and code cells from notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoFasulo committed Dec 3, 2024
1 parent e34990b commit 47db99e
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,6 @@
"from multilayer import MultilayerNetwork"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Reload the libraries"
]
},
{
"cell_type": "code",
"execution_count": 38,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"The autoreload extension is already loaded. To reload it, use:\n",
" %reload_ext autoreload\n"
]
}
],
"source": [
"%load_ext autoreload\n",
"\n",
"%autoreload 2"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 47db99e

Please sign in to comment.