We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42dea00 commit 1f61d39Copy full SHA for 1f61d39
{{cookiecutter.github_project_name}}/{{cookiecutter.python_package_name}}/__init__.py
@@ -44,6 +44,6 @@ def _jupyter_nbextension_paths():
44
return [{
45
'section': 'notebook',
46
'src': 'nbextension',
47
- 'dest': '{{ cookiecutter.npm_package_name}}',
+ 'dest': '{{ cookiecutter.python_package_name }}',
48
'require': '{{ cookiecutter.python_package_name }}/extension'
49
}]
0 commit comments