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.

Support jupyterlab 1.1.3

See original GitHub issue

I’m having a weird error. It says jupyterlab_voyager supports a newer version of jupyter lab, but I have the latest version of jupyterlab (1.1.3)

See error below

Node v11.10.0

> /home/ubuntu/anaconda3/envs/JupyterHub/bin/npm pack jupyterlab_voyager
npm notice 
npm notice 📦  jupyterlab_voyager@1.0.2
npm notice === Tarball Contents === 
npm notice 1.9kB  package.json                         
npm notice 1.5kB  LICENSE                              
npm notice 2.8kB  README.md                            
npm notice 913B   lib/index.d.ts                       
npm notice 28.8kB lib/index.js                         
npm notice 439B   lib/tutorial.d.ts                    
npm notice 979B   lib/tutorial.js                      
npm notice 4.5kB  lib/voyagerpanel.d.ts                
npm notice 28.9kB lib/voyagerpanel.js                  
npm notice 3.3kB  style/Images/download (1).png        
npm notice 21.8kB style/Images/ExportIcon.png          
npm notice 1.4kB  style/Images/ExportToNotebookIcon.png
npm notice 323B   style/Images/RedoIcon.svg            
npm notice 311B   style/Images/SaveIcon.svg            
npm notice 309B   style/Images/UndoIcon.svg            
npm notice 9.1kB  style/Images/VoyagerIcon.png         
npm notice 2.3kB  style/index.css                      
npm notice 604B   style/variables.css                  
npm notice 3.2kB  tutorial/tutorial.md                 
npm notice === Tarball Details === 
npm notice name:          jupyterlab_voyager                      
npm notice version:       1.0.2                                   
npm notice filename:      jupyterlab_voyager-1.0.2.tgz            
npm notice package size:  53.1 kB                                 
npm notice unpacked size: 113.5 kB                                
npm notice shasum:        a44da9b9b65cfe0c6a2290df47fce4ddf5b50c40
npm notice integrity:     sha512-2E4sdtvcdGz6r[...]0MqFd0CAYo/bA==
npm notice total files:   19                                      
npm notice 
jupyterlab_voyager-1.0.2.tgz

Fetching URL: https://registry.npmjs.org/jupyterlab_voyager
Fetching URL: https://registry.npmjs.org/jupyterlab_voyager
Traceback (most recent call last):

  File "/home/ubuntu/anaconda3/envs/JupyterHub/lib/python3.7/site-packages/jupyterlab/debuglog.py", line 47, in debug_logging
    yield

  File "/home/ubuntu/anaconda3/envs/JupyterHub/lib/python3.7/site-packages/jupyterlab/labextensions.py", line 93, in start
    ans = self.run_task()

  File "/home/ubuntu/anaconda3/envs/JupyterHub/lib/python3.7/site-packages/jupyterlab/labextensions.py", line 147, in run_task
    for i, arg in enumerate(self.extra_args)

  File "/home/ubuntu/anaconda3/envs/JupyterHub/lib/python3.7/site-packages/jupyterlab/labextensions.py", line 147, in <listcomp>
    for i, arg in enumerate(self.extra_args)

  File "/home/ubuntu/anaconda3/envs/JupyterHub/lib/python3.7/site-packages/jupyterlab/commands.py", line 321, in install_extension
    return handler.install_extension(extension, pin=pin)

  File "/home/ubuntu/anaconda3/envs/JupyterHub/lib/python3.7/site-packages/jupyterlab/commands.py", line 525, in install_extension
    info = self._install_extension(extension, tempdir, pin=pin)

  File "/home/ubuntu/anaconda3/envs/JupyterHub/lib/python3.7/site-packages/jupyterlab/commands.py", line 1450, in _install_extension
    raise ValueError(msg)

ValueError: No version of jupyterlab_voyager could be found that is compatible with the current version of JupyterLab. However, it seems to support a new version of JupyterLab. Consider upgrading JupyterLab.

Conflicting Dependencies:
JupyterLabExtension        Package
>=16.8.4 <16.9.0>=16.9.0 <17.0.0 react
>=16.8.4 <16.9.0>=16.9.0 <17.0.0 react-dom

Exiting application: jupyter

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

3reactions
playermanny2commented, Sep 13, 2019

@josemarfdc i plan on updating to support 1.1.3 soon

2reactions
wookayincommented, Jan 12, 2020

Using jupyterlab 1.2.4 which is the latest as of 2020/1/12. Still the same error. I don’t think this jupyterlab extension is installable by anyone. Seems this software is not well maintained.

Read more comments on GitHub >

github_iconTop Results From Across the Web

JupyterLab Changelog — JupyterLab 3.6.0b0 documentation
JupyterLab now supports showing the current file in use in the browser URL bar, similar to the classic Jupyter Notebook. Table of Contents...
Read more >
JupyterLab - PyPI
Prerequisites and Supported Browsers. The latest versions of the following browsers are currently known to work: Firefox; Chrome; Safari. See our documentation ...
Read more >
moon-jupyterlab - npm
JupyterLab is the new version of the classic Jupyter Notebook. It consists of code and markdown cells which contain information in a structured ......
Read more >
Python 3.6 Libraries for JupyterLab - Cloudera Documentation
This section lists the packages in Python 3.6 JupyterLab Runtimes that ship with ML Runtimes 2021.09.
Read more >
jupyterlab/jupyterlab - Gitter
ok so for my JupyterLab 1.1.3, it shows notebook version 6.0.1. ... I am not sure how it is served up as it...
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