jupyter / jupyter_client

Jupyter protocol client APIs
https://jupyter-client.readthedocs.io
BSD 3-Clause "New" or "Revised" License
374 stars 279 forks source link

Use Cases for `silent=True` #1003

Open JosephTLucas opened 6 months ago

JosephTLucas commented 6 months ago

When sending an execute_request, what are the benign use cases for passing silent=True?

I work in security and want to help teams develop intrusion detection capabilities. This option seems to restrict a users ability to notice tampering and incident responders' ability to do forensics. I want to make sure I understand how/why it might be used on the "happy path".