File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
{{cookiecutter.github_project_name}} Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ jupyter labextension install .
4747For classic notebook, you can run:
4848
4949```
50- jupyter nbextension install --sys-prefix --symlink --overwrite --py <your python package name>
51- jupyter nbextension enable --sys-prefix --py <your python package name>
50+ jupyter nbextension install --sys-prefix --symlink --overwrite --py {{ cookiecutter.python_package_name }}
51+ jupyter nbextension enable --sys-prefix --py {{ cookiecutter.python_package_name }}
5252```
5353
5454Note that the ` --symlink ` flag doesn't work on Windows, so you will here have to run
@@ -70,4 +70,4 @@ npm run watch
7070After a change wait for the build to finish and then refresh your browser and the changes should take effect.
7171
7272#### Python:
73- If you make a change to the python code then you will need to restart the notebook kernel to have it take effect.
73+ If you make a change to the python code then you will need to restart the notebook kernel to have it take effect.
You can’t perform that action at this time.
0 commit comments