How to avoid <IPython.core.display.Javascript object>
after cell execution in Jupiter Notebook
#1881
Unanswered
25shmeckles
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Is this on vscode? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using
rich
extension for Jupiter Notebook as described in the Docs with%load_ext rich
All works fine but
<IPython.core.display.Javascript object>
gets printed after the execution of each cell. I understand this is the expected output since the object is actually returned as the cell output, but it is rather unpleasant to have it over and over through the notebook.Is there a way to get rid of that output line?
Beta Was this translation helpful? Give feedback.
All reactions