Jeremy Tuloup

Results 481 issues of 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...

documentation
maintenance

## 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...

bug

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...

documentation

### 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...

enhancement
extension idea

### Problem https://github.com/jupyterlite/jupyterlite/pull/498 added a new `repl` app with some JupyterLite branding to it: ![image](https://user-images.githubusercontent.com/591645/154052607-44faba81-3c85-4415-859e-8cf498ca865e.png) ### Proposed Solution We move the branding part to a separate plugin in the `@jupyterlite/repl-extension`...

enhancement
good first issue
app:repl

### 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:...

enhancement
app:repl

### 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...

enhancement
good first issue

### Problem #384 added a way to share a link to multiple files in lab: ![image](https://user-images.githubusercontent.com/591645/137783800-2af23de8-5052-4da5-966b-5858b8968db0.png) "Copy Shareable Link" is also available from the retro file browser: ![image](https://user-images.githubusercontent.com/591645/137784125-10150d04-5ce9-4f95-b568-cc21c07f5abe.png) But it...

enhancement

For now debugging is enabled and disabled by clicking on the toggle button: ![image](https://user-images.githubusercontent.com/591645/83664051-c4622f80-a5c9-11ea-9c7f-994d3940e7a2.png) 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...