pretty-jupyter icon indicating copy to clipboard operation
pretty-jupyter copied to clipboard

ImportError: No module named RemoveInputPreprocessor for 2.0.0 above

Open dehiker opened this issue 10 months ago • 2 comments

While trying to "jupyter nbconvert" a notebook, I got the error

ImportError: No module named RemoveInputPreprocessor

It works as expected after I downgrade to 1.2.5. Any ideas? Thank you guys!

dehiker avatar Apr 11 '24 08:04 dehiker

Can you please provide minimum reproducible example? What was the code (notebook) that u used? What was the exact command that u used to run the notebook?

JanPalasek avatar Apr 23 '24 07:04 JanPalasek

@JanPalasek I got the same error even trying to convert an empty notebook with command:

jupyter nbconvert --to html --template pj --no-input notebooks/test.ipynb

dehiker avatar Aug 07 '24 13:08 dehiker