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

Update pip dependencies #39

Open gh-byounggreenwald opened 1 year ago

gh-byounggreenwald commented 1 year ago

NB black currently breaks conda env export because of pip dependencies, as referenced by this issue https://github.com/conda/conda/issues/6220

It doesn't seem to come from the git repo, so maybe the pip management is outside? Current fix is to, after installing, edit site-packages/nb_black-1.0.7.dist-info/METADATA and remove the '' around the Requires-Dist numbers.