ipympl icon indicating copy to clipboard operation
ipympl copied to clipboard

bug_report.md: Use set -x and use `;` instead of `&&`

Open pcworld opened this issue 4 months ago • 1 comments

set -x shows the command in the output, making the output's respective command clearer. Using ; rather than && also runs the other commands even if one fails, for example if "jupyter-nbextension" is not found.

pcworld avatar Jul 13 '25 13:07 pcworld