Jeremy Tuloup
Jeremy Tuloup
In https://github.com/jupyterlite/jupyterlite/pull/278 we add an overview diagram to the documentation, for reference and so it can more easily be found and iterated on. --- Perhaps as follow-on, but... - put...
## Description This seems to be happening in RetroLab and is related to the `app.commands.notifyCommandChanged();` trick added in https://github.com/jupyterlite/jupyterlite/pull/528. It's not reproducible on all page reloads. ## Reproduce Go to...
The current logo is really cool: https://github.com/jtpio/jupyterlite/blob/main/docs/_static/icon.svg And it would be great if we could use it for the GitHub organization when we start moving things there, or even in...
### Problem At the moment the Python kernel is part of the monorepo: - https://github.com/jupyterlite/jupyterlite/tree/main/packages/pyolite-kernel - https://github.com/jupyterlite/jupyterlite/tree/main/packages/pyolite-kernel-extension This has been convenient so far as it allowed for faster iterations until...
### Problem https://github.com/jupyterlite/jupyterlite/pull/498 added a new `repl` app with some JupyterLite branding to it:  ### Proposed Solution We move the branding part to a separate plugin in the `@jupyterlite/repl-extension`...
### Problem We should consider `provide`ing this as a `IURLParamManager` which can have additional params added that modify how things work at different lifecycle hooks. ### Proposed Solution For example:...
### Problem https://github.com/jupyterlite/jupyterlite/pull/492 added a check to not increment the execution count if `store_history` is set to `false`. This check happens in the base kernel class here: https://github.com/jupyterlite/jupyterlite/blob/cb66d86e9b10cedc41f6bad77e3a25a97efb9c44/packages/kernel/src/kernel.ts#L536-L538 This means...
### Problem #384 added a way to share a link to multiple files in lab:  "Copy Shareable Link" is also available from the retro file browser:  But it...
For now debugging is enabled and disabled by clicking on the toggle button:  However this button doesn't correspond to a command for now, but it could. It would then...
At the moment the variable table will show a `Too large to show contents. Max items to show: 300` message if a user decides to show a `list` with more...