question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

JupyterLab 3.0.0a10 /lab url doesn't work

See original GitHub issue

Bug 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:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
blink1073commented, Sep 8, 2020

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 using jupyter_server.

1reaction
blink1073commented, Aug 19, 2020

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"]

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found