JupyterLab 3.0.0a10 /lab url doesn't work
See original GitHub issueBug description
Normally repo2docker defaults to launching Jupyter Notebook, but you can switch to JupyterLab by changing the URL path to /lab
. This fails with JupyterLab 3.0.0a10 (the latest pre-release).
JupyterLab release schedule: https://github.com/jupyterlab/jupyterlab/issues/8038
Expected behaviour
Going to /lab
should take you to the JupyterLab interface
Actual behaviour
You get the Jupyter 404 page:
404 : Not Found
You are requesting a page that does not exist!
How to reproduce
Click on https://mybinder.org/v2/gist/manics/922d4e88fefc6d38fccea8cd2097bc28/master?urlpath=lab
Or run
repo2docker https://gist.github.com/manics/922d4e88fefc6d38fccea8cd2097bc28
and go to /url
Although the default will remain JupyterLab 2.0 for the immediate future I think we should ensure 3.0 works for anyone who wants to use it (https://github.com/jupyterhub/repo2docker/issues/935)
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
JupyterLab URLs — JupyterLab 3.6.0a5 documentation
When the page is refreshed, the workspace is restored. The default workspace does not have a name and resides at the primary /lab...
Read more >Jupyter Notebook/Lab Not Launching - Stack Overflow
First, try to clean the cache/cookies/offline-content in your browser. If that doesn't solve the problem, run jupyter lab build . – gdlmx. Mar ......
Read more >10 Jupyter Lab Extensions to Boost Your Productivity
So, you don't even need to know the extension beforehand. Now, let's have a look at what are the recommended extensions! 1. JupyterLab...
Read more >jupyterlab-link-share - PyPI
JupyterLab Extension to share the URL to a running Jupyter Server. ... when needed jlpm run watch # Run JupyterLab in another terminal...
Read more >Using with Jupyter — Bokeh 2.4.3 Documentation
To use JupyterLab with Bokeh, you should at least use version 3.0 of ... calls this function when it sets up the server...
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
We fixed the ability to launch
jupyterlab
as a classic notebook extension in https://github.com/jupyterlab/jupyterlab/pull/8956 (pending another beta release). We will eventually remove this capability once everyone has migrated to usingjupyter_server
.This is related to https://github.com/jupyterhub/jupyterhub/pull/3128. The recommended way to use JuptyerLab 3.0 with JupyterHub is to use
c.Spawner.cmd=["jupyter-labhub"]