Skip to content

Commit

Permalink
Merge pull request #12 from felciano/patch-1
Browse files Browse the repository at this point in the history
Remove stray print statement
  • Loading branch information
grst authored Nov 23, 2020
2 parents 9ffb452 + ab27696 commit ee7ff09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbimporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee7ff09

Please sign in to comment.