jupyterlab_black
jupyterlab_black copied to clipboard
Not supported on newest version of jupyterlab
I've got the following errors trying to rebuild the extension after upgrading to latest jupyterlab:
An error occured.
ValueError: This extension does not yet support the current version of JupyterLab.
Conflicting Dependencies:
JupyterLab Extension Package
>=1.0.5 <2.0.0 >=0.16.0 <0.20.0@jupyterlab/application
>=1.0.5 <2.0.0 >=0.16.0 <0.20.0@jupyterlab/apputils
>=1.0.5 <2.0.0 >=0.16.0 <0.20.0@jupyterlab/notebook
Current version:
notebook==6.0.1
jupyter==1.0.0
jupyter-client==5.3.1
jupyter-console==6.0.0
jupyter-core==4.4.0
jupyter-server==0.1.1
jupyterlab==1.0.9
Hey are you using Python 2 for running the jupyter lab server?
No, it's Python 3.7.2.
On Tue, Aug 27, 2019, 11:21 AM Ryan Tam [email protected] wrote:
Hey are you using Python 2 for running the jupyter lab server?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ryantam626/jupyterlab_black/issues/15?email_source=notifications&email_token=AF5FB3ELPJ3MBH4KQ6L4IJLQGT52BA5CNFSM4IPHEHB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5HIIBY#issuecomment-525239303, or mute the thread https://github.com/notifications/unsubscribe-auth/AF5FB3AY5DKYGY22TGZ6NBDQGT52BANCNFSM4IPHEHBQ .
This plugin is not really actively maintained anymore, since it's aimed towards Python 2 which is about to reach EOL.
I will fix this issue and publish a new version when I have time, but please use my other plugin if you are using Python3+.