Marc Udoff
Marc Udoff
Thanks. Related to this is also https://github.com/jupyterlab/jupyterlab/issues/7030. There is also a difference with how jupyter vs. ipython handle errors. In `~/.ipython/profile_default/ipython_config.py` add some invalid python code (e.g. `print xxx`). Jupyter...
If we are making changes to the indicator, can we choose different values for: 1. Busy 2. Idle 3. Starting 4. Dead (I don't see this in the [status list](https://jupyter-client.readthedocs.io/en/stable/messaging.html#status),...
@pawelfus Do you have any ideas for how to solve tooltip merging too?
@TorsteinHonsi - is there a plan to add this into highcharts?
Thanks for the pointer @davidbrochart. I thought we'd get some parallelism with `create_task` - but clearly that is incorrect since the blocking code does not return. Either way, I would...
Thanks @ccordoba12. I deleted my comment in part because it turns out debuggerskip was not adding that much for that specific test (that is, it matters, but not as much...
FWIW I strongly agree with the idea that you don't always want auto-save with RTC. It seems to me that many things are benefiting from RTC's design of moving state...
This can easily be accomplished https://github.com/jupyterlab/jupyter-ai with a REST call to a tabby server in a BaseCompleter