Jeremy Tuloup
Jeremy Tuloup
* empack version: 3.0.0 * Operating System: Fedora 37 * Compiler: N/A ### Description When packing an environment for the web one of the required steps is to copy the...
Currently only the JetBrains font seems to be used: https://github.com/martinRenou/jupyterlab-night/blob/3116906962f73e389b0d89fd6f199a485b2dcb71/style/variables.css#L124 Currently this is what it looks like:  Ideally the theme would use a more "neutral" font like the default...
For now the example creates a new canvas from Rust: https://github.com/jtpio/jupyterlab-wasm-example/blob/6ddbf4f1bdc56558840e2416ec49453c2632e241/rust/src/lib.rs#L25-L29 While it is quite remarkable, it might not be the most appropriate use case since this could arguably be...
At the moment using `matplotlib` when Pyodide is loaded in a web worker with the following code snippet: ```python import numpy as np import matplotlib.pyplot as plt x = np.linspace(0,...
## Is your feature request related to a problem? Please describe Currently Gitpod supports a couple of editors and IDEs by default:  However these editors are mostly meant for...
## Current Status `4.2.0` was released a few days ago: https://github.com/jupyterlab/jupyterlab/releases/tag/v4.2.0 This is an issue to track the features for the `4.3` release. ## Features & notable enhancements - Standalone...
## References Fixes https://github.com/jupyterlab/jupyterlab/issues/11633 Move some utility functions to `@jupyterlab/builder` so they are more easily reusable in downstream JupyterLab distributions. ## Code changes - [x] Move `createShare` - [ ]...
## Description When a custom drive is installed, the default file browser might try to create files and directories in the installed drive, instead of the default file browser. ##...
## Description As noticed in https://github.com/jupyterlite/jupyterlite/pull/1423, lots of errors are logged in the dev tools console, which seem related to the use of `coincident`: ``` Uncaught TypeError: i is undefined...
## References Follow-up to https://github.com/jupyterlite/jupyterlite/pull/1425#issuecomment-2192502611 and https://github.com/jupyterlite/jupyterlite/pull/1423 ## Code changes Relax/remove pin on `importlib_metadata`. ## User-facing changes None ## Backwards-incompatible changes None