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

1.0.5 is extremely broken #6

Closed michaelaye closed 5 years ago

michaelaye commented 5 years ago

1.0.5 blocks execution of cells for me, both in jupyterlab and notebook, and both on macOS and Linux.

See how the cells do not get an execution count and the result of the calculation is not shown:

Screenshot 2019-06-30 20 06 35
michaelaye commented 5 years ago

Sorry, I forgot to switch lab_black to nb_black where I need to. Moment, more testing, maybe it's only broken in jlab.

michaelaye commented 5 years ago

ok, this is only a problem with jlab 1.0, but that has other bugs as well, so i would wait until that's stable before anything needs to be done here, could be that that's only a problem on their side. Closing!