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

Cannot import Jupyter with release 4.11.0 #275

Closed
brichet opened this issue Jul 8, 2022 · 1 comment · Fixed by #276
Closed

Cannot import Jupyter with release 4.11.0 #275

brichet opened this issue Jul 8, 2022 · 1 comment · Fixed by #276

Comments

@brichet
Copy link

brichet commented Jul 8, 2022

The latest release of jupyter_core does not install the module correctly.

Running :

python -m jupyter --version

returns :

No module named jupyter
@brichet
Copy link
Author

brichet commented Jul 8, 2022

After some research it seems that the jupyter.py is missing in sites-package after build.
Maybe something equivalent to the following configuration should be added using hatchling :

py_modules = jupyter

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

Successfully merging a pull request may close this issue.

1 participant