Michał Krassowski

Results 1526 comments of Michał Krassowski

In the future maybe should be a fourth state to indicates that the kernel died when the cells were executing (or waiting in execution queue), say `[E]`.

Also, pending user input is a special case of running.

Coming here from a difference place today: I am trying to implement an indicator that a cell is running in the minimap for notebook; the minimap has access to cell...

What is the status on this? I see that the linked code is no longer here. Asking because I am trying to narrow down some trust issues which appear to...

Closing due to lack of response. I believe the proposed change is not functional, and we have a more useful proposal in https://github.com/jupyter/nbdime/pull/637.

FYI extensions can change settings when enabled. This is for example what `jupyterlab-execute-time` does to enable timing metadata in notebook ([here](https://github.com/deshaw/jupyterlab-execute-time/blob/c020582313868db92f1b0bdbae71aeb305b29fc1/src/index.ts#L54-L66)).

@rowanc1 would you be open to a pull request?

Just checking back here :eyes:

The extension tutorial is typescript heavy though. For some context, I think that this issue follows from previous discussion in replies to https://twitter.com/psychemedia/status/1412414352318140419. I do agree that it can be...

Currently the settings are stored and provided by the server. The JupyterLab API assumes server is the only source of settings in its [`fetch`](https://github.com/jupyterlab/jupyterlab/blob/f0790b3ffd187b7dc923156b8ae227855abecefb/packages/services/src/setting/index.ts#L45-L64) and [`list`](https://github.com/jupyterlab/jupyterlab/blob/f0790b3ffd187b7dc923156b8ae227855abecefb/packages/services/src/setting/index.ts#L66-L92) methods. We would either...