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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jupyter notebook is not working #1313

Open
atsuchiy opened this issue Oct 22, 2023 · 0 comments
Open

Jupyter notebook is not working #1313

atsuchiy opened this issue Oct 22, 2023 · 0 comments
Labels
bug bug & failures with existing packages help wanted

Comments

@atsuchiy
Copy link

atsuchiy commented Oct 22, 2023

馃悰 Bug

Jupyter notebook is not working on kaggle/python-gpu-build.

To Reproduce

docker run -p 8888:8888 --rm -it kaggle/python-gpu-build jupyter notebook --no-browser --ip="0.0.0.0" --allow-root
When I accessed the URL, it showed "A Jupyter Server is running."

Additional context

Error log here.

[W 2023-10-22 03:16:16.732 ServerApp] notebook | extension failed loading with message: ExtensionLoadingError('_load_jupyter_server_extension function was not found.')
    Traceback (most recent call last):
      File "/opt/conda/lib/python3.10/site-packages/jupyter_server/extension/manager.py", line 356, in load_extension
        extension.load_all_points(self.serverapp)
      File "/opt/conda/lib/python3.10/site-packages/jupyter_server/extension/manager.py", line 228, in load_all_points
        return [self.load_point(point_name, serverapp) for point_name in self.extension_points]
      File "/opt/conda/lib/python3.10/site-packages/jupyter_server/extension/manager.py", line 228, in <listcomp>
        return [self.load_point(point_name, serverapp) for point_name in self.extension_points]
      File "/opt/conda/lib/python3.10/site-packages/jupyter_server/extension/manager.py", line 219, in load_point
        return point.load(serverapp)
      File "/opt/conda/lib/python3.10/site-packages/jupyter_server/extension/manager.py", line 146, in load
        loader = self._get_loader()
      File "/opt/conda/lib/python3.10/site-packages/jupyter_server/extension/manager.py", line 115, in _get_loader
        loader = get_loader(loc)
      File "/opt/conda/lib/python3.10/site-packages/jupyter_server/extension/utils.py", line 47, in get_loader
        raise ExtensionLoadingError(msg) from None
    jupyter_server.extension.utils.ExtensionLoadingError: _load_jupyter_server_extension function was not found.
@atsuchiy atsuchiy added bug bug & failures with existing packages help wanted labels Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug & failures with existing packages help wanted
Projects
None yet
Development

No branches or pull requests

1 participant