Skip to content

Commit 4f75457

Browse files
authored
Use python_package_name for the nbextension
1 parent 400a790 commit 4f75457

File tree

1 file changed

+2
-2
lines changed
  • {{cookiecutter.github_project_name}}/{{cookiecutter.python_package_name}}

1 file changed

+2
-2
lines changed

{{cookiecutter.github_project_name}}/{{cookiecutter.python_package_name}}/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ def _jupyter_nbextension_paths():
4444
return [{
4545
'section': 'notebook',
4646
'src': 'nbextension',
47-
'dest': '{{ cookiecutter.npm_package_name}}',
48-
'require': '{{ cookiecutter.npm_package_name }}/extension'
47+
'dest': '{{ cookiecutter.python_package_name }}',
48+
'require': '{{ cookiecutter.python_package_name }}/extension'
4949
}]

0 commit comments

Comments
 (0)