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

pace_neutrons --jupyter command not working #34

Open
a-larkins99 opened this issue Mar 1, 2024 · 1 comment
Open

pace_neutrons --jupyter command not working #34

a-larkins99 opened this issue Mar 1, 2024 · 1 comment

Comments

@a-larkins99
Copy link
Collaborator

Having installed jupyter on windows via pip install jupyter and being able to launch regularly by running jupyter notebook , I have found that pace_neutrons --jupter does not work currently. I receive the following error:

Traceback (most recent call last):
File "C:\Users\oms84157\AppData\Local\mambaforge\envs\test_cli\lib\site-packages\pace_neutrons_cli\cli.py", line 107, in main
import notebook.notebookapp
ModuleNotFoundError: No module named 'notebook.notebookapp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\oms84157\AppData\Local\mambaforge\envs\test_cli\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\oms84157\AppData\Local\mambaforge\envs\test_cli\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\oms84157\AppData\Local\mambaforge\envs\test_cli\Scripts\pace_neutrons.exe_main
.py", line 7, in
File "C:\Users\oms84157\AppData\Local\mambaforge\envs\test_cli\lib\site-packages\pace_neutrons_cli\cli.py", line 109, in main
raise RuntimeError('Jupyter notebook is not installed')
RuntimeError: Jupyter notebook is not installed

@a-larkins99 a-larkins99 changed the title pace_neutrons --jupyter command now working pace_neutrons --jupyter command not working Mar 1, 2024
@mducle
Copy link
Member

mducle commented Sep 16, 2024

Checked, not working on Jupyter 7.2.2

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

2 participants