Jeremy Tuloup
Jeremy Tuloup
## References More steps towards https://github.com/jupyterlite/jupyterlite/issues/463 to streamline how the JupyterLite kernels are set up. ## Code changes - [ ] Run the JavaScript kernel in a Web Worker instead...
## Description As initially reported by @psychemedia in https://github.com/pandas-dev/pandas/pull/47428#issuecomment-1160786870 `pandas` documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html ## Reproduce Upload and run this example notebook in a JupyterLite instance running `0.1.0b9`: https://gist.github.com/psychemedia/6fd3655782daf031299cfec03043d6bc For example it...
## Description At the moment using service workers in a Firefox private window is a known issue. However there seems to be other cases where the service worker would fail...
## References This should help catch issues when embedding a REPL in another web page. Still a WIP for now. ## Code changes Add new UI tests. ## User-facing changes...
The biggest win, in my mind, is we could then lobby for an efficient, in-browser `https://jupyter.org/try`. However, we couldn't release and then promote a DDoS of `pypi.org`. This would need,...
Looks like `pyolite` is already a thing on PyPI: https://pypi.org/project/pyolite/ To avoid confusion we can pick a different name for the default Python kernel we ship in: https://github.com/jtpio/jupyterlite/tree/main/packages/pyolite-kernel
## Description This seems to be happening more often lately. Sometime running ESLint automatically on commits might trigger the following error: ``` [950841:0x55dffd287ed0] 25909 ms: Mark-sweep (reduce) 2046.1 (2051.7) ->...
This is an issue for the `0.1.0` release planning. We still have the MVP board for the things we wanted to tackle: https://github.com/jupyterlite/jupyterlite/projects/1 (although this was mostly before we have...
Maybe we could add a quick section to the docs to document (current) limitations with JupyterLite. Some folks might think this is exactly the same as stock JupyterLab, especially regarding...
### Problem #250 reverted the use of `importhook` as it seemed to be causing issues with the recursion limit in Chromium 91 (#248). Ideally we should try to bring it...