Jeremy Tuloup

Results 481 issues of Jeremy Tuloup

For now snippets only work for notebooks, and a new cell is created when a snippet is chosen. But it could actually be used for files and consoles too, by...

To test: - the API - the server extension is enabled - the JupyterLab extension can be built

Some of the presentations in this repo have already been exported to HTML so they could be browsed directly in the browser. However the GitHub UI won't render these HTML...

When updating to newer versions of `ypy` it's often useful to know about the recent changes. Some GitHub Releases have a "What's Changed" section which is very useful, but some...

Thanks again for putting this repo together! I was wondering: since some of the development happening here is somewhat related to the efforts happening on JupyterLite: do you think the...

At the moment it looks like some types and interfaces are vendored in the repo: https://github.com/joyceerhl/vscode-pyolite/tree/main/src/web/kernel This is just a quick heads up that `@jupyterlite` packages are now published to...

### Problem Currently JupyterLite supports custom drives, such as: - https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access - https://github.com/jupyterlab/jupyterlab-github/ Could Voici also support custom drives? ### Proposed Solution It would be nice if Voici could also...

enhancement

## References Fixes https://github.com/voila-dashboards/voici/issues/43 ## Code changes Try disabling `skipLibCheck` ## User-facing changes None ## Backwards-incompatible changes None

maintenance

Currently `skipLibCheck` is set to `true` here: https://github.com/voila-dashboards/voici/blob/c252f2811cc2e8f152aa0a9e90b66232c47a2ac5/tsconfigbase.json#L17 We should try to remove it from the config to it defaults back to `false`.