minimal Dockerfile example yields broken notebook (404: not found) on mybinder.org
See original GitHub issueOpening any of the two binder links of the minimal Dockerfile example yields a notebook that simply displays a 404 error page:
master branch
truly-minimal branch
Running jupyter-repo2docker https://github.com/binder-examples/minimal-dockerfile
locally yields a working notebook.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Issues · jupyterhub/mybinder.org-user-guide
Issues · jupyterhub/mybinder.org-user-guide. ... minimal Dockerfile example yields broken notebook (404: not found) on mybinder.org bug.
Read more >404 Error with mybinder.org when I try to deploy a Jupyter ...
You had the name of the notebook wrong in what the form was generating because you input the name of the repo and...
Read more >SRE Guide for mybinder.org
management aspects of mybinder.org, go to binderhub. ... 404 error means we managed to talk to the jupyter notebook server on that IP....
Read more >Use a Dockerfile for your Binder repository
For example, this code sources the Jupyter-Scipy notebook: ... Otherwise, you might get a 404: Not Found error when launching your project on...
Read more >Online data analysis system of the INTEGRAL telescope
A very strong source produces 'ghost' images due to the specific of the coded-mask imaging technique. This is readily seen in the example...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So that basically means that Docker Containers without JupyterLab are no longer really supported on mybinder.org? I guess then there are also some parts of the documentation that should be updated to reflect this, especially here and here. One could either remove the part about only installing
notebook
or make the information about how to switch between both versions more promininent with a warning on both pages saying that you’ll need to manually fix your URLs.I opened PRs in #243, binder-examples/minimal-dockerfile#4 and binder-examples/minimal-dockerfile#5, feel free to edit them as you deem suitable. I also didn’t update the example overview page, as that probably needs the other PRs merged and I currently have no environment at hand to actually run the script.