ipython_blocking
ipython_blocking copied to clipboard
Changes due to upstream libs
- fix https://github.com/kafonek/ipython_blocking/issues/15, use the new
run_syncdecorator instead of oldnbclient.utils.just_run - Move code into
src/and use poetry to manage deps instead of setup.py
New (?) or unresolved issues:
-
%blockrunisn't working, seems likeJupyter.notebook.select_next().execute_cells_below()is no longer valid - The cell that has the context manager or
%blockmagic is showing its state as executing even once it's broken out of and other cells have replayed. New cells can be executed, but the incorrect status still shows up in frontend