Skip to content

Commit 42dea00

Browse files
authored
Update __init__.py
1 parent 6fbee4a commit 42dea00

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.python_package_name }}',
47+
'dest': '{{ cookiecutter.npm_package_name}}',
4848
'require': '{{ cookiecutter.python_package_name }}/extension'
4949
}]

0 commit comments

Comments
 (0)