Jeremy Tuloup
Jeremy Tuloup
## References Fixes https://github.com/jupyterlite/jupyterlite/issues/1696 ## Code changes Populate the name of the `all.json` file (used for indexing contents) as a page config option. This way the frontend does not need...
## References This was likely added a long time ago mostly for the `p5-kernel`. With https://github.com/jupyterlite/p5-kernel/pull/27, there is no need for this custom mime renderer. Also the IPython `IFrame` works...
This is an issue for the `0.8.0` release planning. ## Features TBD ## Timeline The plan would be to follow the JupyterLab 4.6 release cycle as close as possible.
Here in the JupyterLab code `dirName` should likely be `FileSystemAccess:` for the drive to be correctly picked up by the JupyterLite session client: For files in nested directories in a...
Follow-up to https://github.com/jupyterlite/jupyterlite/pull/1777 and https://github.com/jupyterlite/jupyterlite/issues/1629. After the 0.7 final release, deprecate the following packages on npm, to communicate that downstreams should import from `@jupyterlite/services` instead: - [ ] `@jupyterlite/kernel` -...
`pytest-cov` was pinned in https://github.com/jupyterlite/jupyterlite/pull/1730 We should look into removing the pin. This may get fixed by https://github.com/jupyterlite/jupyterlite/pull/1727
Currently some of the frontend plugins rely on well-known files, for example to know if some contents and files have been indexed and are available as server files. However this...
## Description Calling a command defined with the following: ```ts const command = 'myextension:create-random-notebook'; app.commands.addCommand(command, { label: 'Create Random Notebook', execute: async () => { const name = `random-${Math.random().toString(36).slice(2, 11)}.ipynb`;...
To align the display name with the other xeus kernels:
Looks like the `Dockerfile` example points to an older version: https://github.com/plasmabio/tljh-repo2docker/blob/98782c21f5f29f1d3361c55e23a36624fdf78e65/example/Dockerfile#L4 Maybe the releaser can bump the version here too automatically.