Skip to content
Snippets Groups Projects
Commit 8feaa81b authored by Ronald Jäpel's avatar Ronald Jäpel
Browse files

Clean up import error message

parent 585dac08
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,9 @@ try:
from nbconvert.preprocessors import ExecutePreprocessor
from nbconvert.nbconvertapp import NbConvertApp
except ModuleNotFoundError as e:
traceback.print_exc()
# traceback.print_exc()
print("No working nbconvert installation found OR a conflict in your packages found.")
print("For more information, import nbconvert and check the error.")
class Notebook:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment