Jeremy Tuloup

Results 1067 comments of Jeremy Tuloup

JupyterLite does not implement all the Jupyter Server endpoints (for example there is no `api/terminals` or `api/me`) Up until now `api/config` has not been needed. So I was wondering if...

> From the demo 1258 you are linking I see the tours are working. They seem to be working but only partially? For example the tours are not in the...

Thanks @mkr for the report. There is a bit of documentation about this here: https://jupyterlite.readthedocs.io/en/latest/howto/configure/simple_extensions.html#build-the-jupyterlite-website Basically the JupyterLite build process will find extensions and kernels located under the `sys.prefix`, similar...

Since there is already the possibility to choose from a list of themes via the Settings menu, maybe limiting the toggle to 2 options would make sense? End users would...

This seems to be causing issues already, as noticed in https://github.com/jupyterlab-contrib/jupyterlab-topbar/actions/runs/8006108629/job/21867054874?pr=118 ![image](https://github.com/jupyterlab-contrib/jupyterlab-topbar/assets/591645/d86e5949-9662-4349-a6d4-d892ed0dadf4)

It has one but it's under the `Help` menu: ![image](https://github.com/jupyter/jupyter/assets/591645/5ecb5634-4ed9-4829-8738-2512b7a80966) Maybe it should be moved to the `View` menu? There is also a dropdown in the Notebook toolbar to switch...

@lahwaacz would you like to open an issue on the Notebook repo to suggest this? https://github.com/jupyter/notebook Thanks!

Normally yes. But in the case of Notebook 7 these menu entries are provided via a JupyterLab extension, which lives in https://github.com/jupyter/notebook/tree/main/packages/lab-extension.

Ping @martinRenou, just checking if you are still interested in transferring the repo.

> Also, if we compile to WASM we could use [JupyterLite](https://github.com/jupyterlite/jupyterlite) to build an interactive on-line tutorial that runs entirely on the browser and doesn't depend on Binder or external...