ryantam626 / jupyterlab_black

A JupyterLab extension to apply Black formatter to code within codecell.
MIT License
37 stars 2 forks source link

Not supported on newest version of jupyterlab #15

Open manhnguyen48 opened 5 years ago

manhnguyen48 commented 5 years ago

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
ryantam626 commented 5 years ago

Hey are you using Python 2 for running the jupyter lab server?

manhnguyen48 commented 5 years ago

No, it's Python 3.7.2.

On Tue, Aug 27, 2019, 11:21 AM Ryan Tam notifications@github.com 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 .

ryantam626 commented 5 years ago

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+.