Jeremy Tuloup
Jeremy Tuloup
The "Try" button added by JupyterLite Sphinx could likely stay here, to activate the IFrame. But otherwise yes the spinner added by https://github.com/jupyterlite/jupyterlite/pull/1636 could be used directly, although at the...
@afshin maybe it could be useful to post a small snippet on how to start an external kernel and have it show up in the JupyterLab UI, so it's easier...
@tBuLi maybe this will fix it? ```json { "@jupyterlab/notebook-extension:tracker": {"windowingMode": "defer"} } ```
Another question that is sometimes asked is how to dismiss a dialog automatically. For JupyterLab 3 the following snippet seems to be doing the trick (for dismissing the first dialog...
Maybe using the `--autoreload` flag when starting JupyterLab can slightly help? I was added to Jupyter Server in https://github.com/jupyter-server/jupyter_server/pull/380. Although it's more or a less equivalent to stopping JupyterLab and...
> I think it would be interesting to document this command (or a similar one). What do you think? Sure, if you feel like opening a PR please do, thanks!
Yes, having a message or warning displayed in the UI would definitely help troubleshoot the issue. For now there is one logged in the dev tools console only. Of note,...
Thanks @bariscanceken. Would you be able to try with the 7.4 pre-release, to check if it fixes the issue? ``` pip install --pre notebook ```
Normally GIFs should indeed be rendered properly in JupyterLab and Jupyter Notebook. For example when testing with the Python kernel and one of the example gifs: [ipython-gif.webm](https://github.com/user-attachments/assets/be727133-8a60-498a-a3ec-740c72ecab68)
Thanks @davidbrochart. I'll try to have another look today.