Skip to content

pace_neutrons --jupyter command not working #34

Description

@a-larkins99

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions