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.

No Jupyterlab 2.x support

See original GitHub issue

Dear,

thanks for all your instructions and for the python module! It’s very helpful and convenient.

I followed each step in the quickstart. Everything works except the Jupyter lab extension on a local machine.

The extension sagemaker_run_notebook is outdated, and no possibility to update it.

(base) thomas@Thomass-MacBook-Pro Deployment % jupyter labextension list                                                              
JupyterLab v2.1.2
Known labextensions:
   app dir: /Users/thomas/anaconda3/share/jupyter/lab
        @aquirdturtle/collapsible_headings v2.2.0  enabled  OK
        @jupyterlab/git v0.20.0  enabled  OK
        @jupyterlab/toc v4.0.0  enabled  OK
        @ryantam626/jupyterlab_code_formatter v1.3.1  enabled  OK
        jupyterlab-jupytext v1.2.1  enabled  OK
        jupyterlab-plotly v4.8.1  enabled  OK
        nbdime-jupyterlab v2.0.0  enabled  OK
        sagemaker_run_notebook v0.13.0  enabled   X  

   The following extension are outdated:
        sagemaker_run_notebook
        
   Consider running "jupyter labextension update --all" to check for updates.

(base) thomas@Thomass-MacBook-Pro Deployment % jupyter labextension update --all
Failed to fetch package metadata for 'sagemaker_run_notebook': <HTTPError 404: 'Not Found'>
No compatible version found for sagemaker_run_notebook!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tomfaulhabercommented, Jul 6, 2020

Let’s leave this issue open since we do need to resolve it either by supporting JupyterLab 2 or JupyterLab 3.

0reactions
tomfaulhabercommented, Dec 10, 2021

JupyterLab 2 support is added in commit 4349735b909d3af2520e4e0c33fe670fc92d3332 and released in v0.20.0. It turned out to make sense to move the code from JupyterLab 1.x to JupyterLab 2.x before tackling JupyterLab 3.x, so I figured we should release it so that anyone using JupyterLab 2.x would have a release to consume.

I’ve opened Issue #36 to address moving to JupyterLab 3.

Read more comments on GitHub >

github_iconTop Results From Across the Web

JupyterLab 1.x to 2.x Extension Migration Guide
This is a migration guide for updating extensions that support JupyterLab 1.x to work in JupyterLab 2.x. ... The APIs for these packages...
Read more >
JupyterLab - PyPI
Alternatively, you can start up JupyterLab using ~/.local/bin/jupyter lab without changing the PATH environment variable. Prerequisites and Supported Browsers.
Read more >
Getting started with plotly in Python
Note: No internet connection, account, or payment is required to use plotly.py. ... JupyterLab 2.x renderer support jupyter labextension install ...
Read more >
What is Right extension for Plotly in JupyterLab?
Plotly comes with support for both the Jupyter Notebook and JupyterLab. ... For older versions of JupyterLab (1.x and 2.x) you will need...
Read more >
Using the JupyterLab Environment | ArcGIS API for Python
X version of JupyterLab, and at least version 1.8.2 of the ArcGIS API for ... JupyterLab also supports dragging cells from one notebook...
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