Skip to content

Commit

Permalink
update quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Oct 29, 2024
1 parent 0079288 commit 37fa286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nbs/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"It's recommended to restart the kernel once all the dependencies are installed. Uncomment the following line to restart the kernel."
"It's recommended to restart the kernel once all the dependencies are installed."
]
},
{
Expand All @@ -119,8 +119,8 @@
"metadata": {},
"outputs": [],
"source": [
"# from IPython import get_ipython\n",
"# get_ipython().kernel.do_shutdown(restart=True)"
"from IPython import get_ipython\n",
"get_ipython().kernel.do_shutdown(restart=True)"
]
},
{
Expand Down

0 comments on commit 37fa286

Please sign in to comment.