You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
a-larkins99
changed the title
pace_neutrons --jupyter command now working
pace_neutrons --jupyter command not working
Mar 1, 2024
Having installed jupyter on windows via
pip install jupyter
and being able to launch regularly by runningjupyter notebook
, I have found thatpace_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
The text was updated successfully, but these errors were encountered: