dnanhkhoa / nb_black

A simple extension for Jupyter Notebook and Jupyter Lab to beautify Python code automatically using black.
MIT License
367 stars 41 forks source link

Issue 17 #26

Closed Iain-S closed 4 years ago

Iain-S commented 4 years ago

As mentioned in #17, the quotes in the install_requires list break some bits of anaconda. In particular, running conda env export breaks. Note that the python versions (3.6) still have to be quoted.

dnanhkhoa commented 4 years ago

Thank you very much for the PR, I have merged it into the master.

StefanUlbrich commented 2 years ago

Hi @dnanhkhoa , the version on PyPi still has the issue (resolved in #17 ) causing problems with Poetry. Could you please publish the newest version? And .. awesome package btw :-)