Skip to content

Commit 1f61d39

Browse files
authored
Revert previous
1 parent 42dea00 commit 1f61d39

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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}}',
47+
'dest': '{{ cookiecutter.python_package_name }}',
4848
'require': '{{ cookiecutter.python_package_name }}/extension'
4949
}]

0 commit comments

Comments
 (0)