fix: update notebook template comment (#2191)

Add extra # character. This enables users to uncomment the whole cell, versus picking just the right lines to uncomment.
This commit is contained in:
Karl Weinmeister
2023-08-17 17:27:27 +00:00
committed by GitHub
parent 3eb27ebf71
commit 1a9c7011f0
+1 -1
View File
@@ -182,7 +182,7 @@
},
"outputs": [],
"source": [
"# Automatically restart kernel after installs so that your environment can access the new packages\n",
"# # Automatically restart kernel after installs so that your environment can access the new packages\n",
"# import IPython\n",
"\n",
"# app = IPython.Application.instance()\n",