Replies: 1 comment
-
|
Can you try capturing the Probably the documentation should be clearer as to why we're doing this. Basically the JupyterLab front-end does not know under which cell it needs to put those prints (since it's in a callback, it does not go under a cell output). So it puts it in the JupyterLab logs panel, which is less discoverable. Capturing those prints and putting them in a cell output can be a way. |
Beta Was this translation helpful? Give feedback.
0 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.
-
For e.g.
In this example
print()doesn't show up...Beta Was this translation helpful? Give feedback.
All reactions