Skip to content

Commit fa68a1e

Browse files
authored
Merge pull request #79 from jtpio/dev-setup
Use cookiecutter package name in dev setup
2 parents 7bd1954 + eac28f9 commit fa68a1e

File tree

1 file changed

+3
-3
lines changed
  • {{cookiecutter.github_project_name}}

1 file changed

+3
-3
lines changed

{{cookiecutter.github_project_name}}/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jupyter labextension install .
4747
For 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

5454
Note that the `--symlink` flag doesn't work on Windows, so you will here have to run
@@ -70,4 +70,4 @@ npm run watch
7070
After 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.

0 commit comments

Comments
 (0)