Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues for Python name != JS name #136

Open
toslunar opened this issue May 24, 2023 · 1 comment
Open

Issues for Python name != JS name #136

toslunar opened this issue May 24, 2023 · 1 comment

Comments

@toslunar
Copy link

#131 (comment)

@toslunar
Copy link
Author

For example, the install location of (nb or lab) extensions ([tool.hatch.build.targets.wheel.shared-data]) seems better to use JavaScript name, i.e.

-"{{ cookiecutter.python_package_name }}/labextension" = "share/jupyter/labextensions/{{ cookiecutter.python_package_name }}"
+"{{ cookiecutter.python_package_name }}/labextension" = "share/jupyter/labextensions/{{ cookiecutter.npm_package_name }}"

because jupyter labextension develop --overwrite . uses JS name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant