spatialaudio / nbsphinx

:ledger: Sphinx source parser for Jupyter notebooks
https://nbsphinx.readthedocs.io/
MIT License
451 stars 130 forks source link

DEP: Add ipython_genutils dependency #638

Closed snowman2 closed 2 years ago

snowman2 commented 2 years ago

Cannot depend on it from nbformat any longer: https://github.com/jupyter/nbformat/pull/238

snowman2 commented 2 years ago

Maybe a different dependency. Saw this error: Could not import extension nbsphinx (exception: No module named 'ipython_genutils')

snowman2 commented 2 years ago

Looks like the issue is here instead: https://github.com/jupyter/nbconvert/issues/1725