diff --git a/nbimporter.py b/nbimporter.py index 8171064..f7f6ff4 100644 --- a/nbimporter.py +++ b/nbimporter.py @@ -87,7 +87,7 @@ def load_module(self, fullname): print("Ignoring '%s': not a python notebook." % path) return mod - print("Importing Jupyter notebook from %s" % path) + # print("Importing Jupyter notebook from %s" % path) sys.modules[fullname] = mod # extra work to ensure that magics that would affect the user_ns