Jupyter notebook / PyCharm - How to hide the status message on each cell's output?

How to hide or remove the “Executed at …. in .. ms” status message whenever cell is run?

1

Hi Iheo Atwork 

It can be done when a corresponding registry key is disabled.

  1. Open Main Menu | Help | Find Action…
  2. Find Registry in the opened dialog and click on it
  3. Disable jupyter.editor.inlay.progress.time key

However, it is not added to the Settings menu yet. This is a ticket that covers this feature.

2

请先登录再写评论。