Skip to content

Commit

Permalink
comment about restarting kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Sep 6, 2024
1 parent 2894460 commit 39bc5f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions 35_PyPackaging/demo/Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"outputs": [],
"source": [
"#!pip install -e ./autocorr/\n",
"# See https://ipython.readthedocs.io/en/stable/config/extensions/autoreload.html\n",
"# after the first time you run the above command, you may need to restart the ipython kernel\n",
"# future reloads can be handled by %autoreload, see https://ipython.readthedocs.io/en/stable/config/extensions/autoreload.html\n",
"# %load_ext autoreload\n",
"# %autoreload 3"
]
Expand Down Expand Up @@ -435,7 +436,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
"version": "3.11.0"
}
},
"nbformat": 4,
Expand Down
3 changes: 2 additions & 1 deletion 35_PyPackaging/demo/pre-baked-cake/Demo fin.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
"outputs": [],
"source": [
"!pip install -e ./autocorr/\n",
"# See https://ipython.readthedocs.io/en/stable/config/extensions/autoreload.html\n",
"# after the first time you run the above command, you may need to restart the ipython kernel\n",
"# future reloads can be handled by %autoreload, see https://ipython.readthedocs.io/en/stable/config/extensions/autoreload.html\n",
"%load_ext autoreload\n",
"%autoreload 3"
]
Expand Down

0 comments on commit 39bc5f6

Please sign in to comment.