-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
type:BugA problem with the definition of one of the docker images maintained hereA problem with the definition of one of the docker images maintained here
Description
What docker image(s) are you using?
datascience-notebook
Host OS system
Debian 12 and Ubuntu 22.04
Host architecture
x86_64
What Docker command are you running?
docker run -it --rm -p 8888:8888 --user root -e GRANT_SUDO=yes -v /home/jphillips:/home/jovyan/work jupyter/datascience-notebook:2023-09-04
How to Reproduce the problem?
- Visit the provided JLab link - JupyterLab opens (working)
- Visit the Pluto Notebook link on the Launcher (tab opens)
- Page for pluto server seems to be broken/not working

- Click on "Create a new notebook" and I just get a 500 error

Command output
docker run -it --rm -p 8888:8888 --user root -e GRANT_SUDO=yes -v /home/jphillips:/home/jovyan/work jupyter/datascience-notebook:2023-09-04Expected behavior
Expected Pluto Notebook server to open since it's a part of this stack...
Actual behavior
Non-working Pluto Server.
Anything else?
Just wanting to try Pluto Notebook - don't feel like I can use datascience-notebook as a starting point for my stacks because it has a prominent non-functioning component.
Latest Docker version
- I've updated my Docker version to the latest available, and the issue still persists
Metadata
Metadata
Assignees
Labels
type:BugA problem with the definition of one of the docker images maintained hereA problem with the definition of one of the docker images maintained here