Skip to content

Commit

Permalink
test add debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jcharkow committed Dec 24, 2024
1 parent a7fb2a1 commit 4e5ed19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyopenms_viz/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ def show(self):
if IS_SPHINX_BUILD:
return self.show_sphinx()
elif IS_NOTEBOOK:
print("is notebook")
return self.show_notebook()
else:
return self.show_default()
Expand Down

0 comments on commit 4e5ed19

Please sign in to comment.