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 .
47
47
For classic notebook, you can run:
48
48
49
49
```
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 }}
52
52
```
53
53
54
54
Note that the ` --symlink ` flag doesn't work on Windows, so you will here have to run
@@ -70,4 +70,4 @@ npm run watch
70
70
After a change wait for the build to finish and then refresh your browser and the changes should take effect.
71
71
72
72
#### 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