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

jupyter notebook started inside a komodoenv breaks #69

Closed
eivindjahren opened this issue May 3, 2024 · 1 comment · Fixed by #71
Closed

jupyter notebook started inside a komodoenv breaks #69

eivindjahren opened this issue May 3, 2024 · 1 comment · Fixed by #71
Assignees
Labels
bug Something isn't working

Comments

@eivindjahren
Copy link

eivindjahren commented May 3, 2024

This worked for 2024.02 but is now broken in 2024.04 and 2024.05.

Steps to reproduce:

  • create komodoenv from 2024.05
  • run jupyter notebook

Then you get the following error message:

./kenv_202405/root/share/jupyter/lab/schemas/@jupyter-notebook/application-extension/shell.json'
    Traceback (most recent call last):
      File "/prog/res/komodo/2024.05.00-py38-rhel7/root/lib64/python3.8/site-packages/tornado/web.py", line 1788, in _execute
        result = method(*self.path_args, **self.path_kwargs)
      File "/prog/res/komodo/2024.05.00-py38-rhel7/root/lib64/python3.8/site-packages/tornado/web.py", line 3301, in wrapper
        return method(self, *args, **kwargs)
      File "/prog/res/komodo/2024.05.00-py38-rhel7/root/lib64/python3.8/site-packages/jupyterlab_server/settings_handler.py", line 57, in get
        result, warnings = get_settings(
      File "/prog/res/komodo/2024.05.00-py38-rhel7/root/lib64/python3.8/site-packages/jupyterlab_server/settings_utils.py", line 379, in get_settings
        schema, version = _get_schema(schemas_dir, schema_name, overrides, labextensions_path)
      File "/prog/res/komodo/2024.05.00-py38-rhel7/root/lib64/python3.8/site-packages/jupyterlab_server/settings_utils.py", line 55, in _get_schema
        raise web.HTTPError(404, notfound_error % path)
    tornado.web.HTTPError: HTTP 404: Not Found (Schema not found: ./kenv_20240503/root/share/jupyter/lab/schemas/@jupyter-notebook/application-extension/shell.json)
@eivindjahren eivindjahren added the bug Something isn't working label May 3, 2024
@larsevj
Copy link
Contributor

larsevj commented May 3, 2024

Might be relevant:
jupyter/notebook#6974

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants