Issue
Jupyter lab output to cell multiline python comments, this not happend with one line comment.
Is there any way to solve this issue?
Jupyterlab Version 3.4.4
Solution
Just add a semicolon (;
) after the closing """
to suppress the output, e.g.:
Answered By - krassowski
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.