pretty-jupyter
pretty-jupyter copied to clipboard
ImportError: No module named RemoveInputPreprocessor for 2.0.0 above
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!
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 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