Support JupyterLab 2.0.0
See original GitHub issue~:: jupyter labextension install @ryantam626/jupyterlab_code_formatter
An error occured.
ValueError: This extension does not yet support the current version of JupyterLab.
Conflicting Dependencies:
JupyterLab Extension Package
>=2.0.0 <2.1.0 >=1.0.0 <2.0.0 @jupyterlab/application
>=2.0.0 <2.1.0 >=1.0.0 <2.0.0 @jupyterlab/fileeditor
>=2.0.0 <2.1.0 >=1.0.0 <2.0.0 @jupyterlab/notebook
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:10 (6 by maintainers)
Top 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 2.0 - Towards Data Science
While new features work great, other extensions that I use do not support JupyterLab 2.0 yet. Those are jupyterlab-vim for Vi keybindings ...
Read more >Jupyterlab 2.0 support - Plotly Community Forum
Hi all, Is it currently possible to run plotly widgets inside the new jupyterlab version (https://github.com/jupyterlab/jupyterlab/releases) ...
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 >jupyter-jupyterlab-2.0.0-bp153.1.23.noarch RPM
It is currently supported in notebooks and text files and is extensible for other widgets who wish to support it. * We have...
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 Free
Top 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
Will require some work, there are some breaking changes unfortunately - I think I am close now, the icon changes aren’t so trivial as I once thought 🤔
Just published version 1.2.0
pip install -U jupyterlab_code_formatter
jupyter labextension install @ryantam626/jupyterlab_code_formatter@v1.2.0
should do the trick.
Imma leave this issue open for a while while people migrate, but please let me know if something doesn’t quite work 🙏