Jeremy Tuloup

Results 1069 comments of Jeremy Tuloup

Closing as this would more likely be implemented in https://github.com/jupyterlite/pyodide-kernel directly if still relevant. Thanks!

Closing as the Pyodide CDN will likely stay the same for now. @cosmosanalytics as a workaround you can deploy your own JupyterLite easily on GitHub Pages with this guide: https://jupyterlite.readthedocs.io/en/latest/quickstart/deploy.html...

Thanks @oscar6echo for the report. I can confirm this is indeed what is happening in JupyterLite (testing with `0.1.0b22`): ![image](https://user-images.githubusercontent.com/591645/228784023-94a0f303-57ba-43bf-bce6-eddcf0901959.png) Out of curiosity I also tried with the Pyodide console:...

As mentioned above in https://github.com/jupyterlite/jupyterlite/issues/430#issuecomment-1070849420, this could likely be implemented as a third-party extension for JupyterLab. This would have the advantage of working in both stock JupyterLab and JupyterLite (and...

FYI I made this extension really quickly today: https://github.com/jupyterlab-contrib/jupyterlab-open-url-parameter. It works as mentioned in the comment above: https://github.com/jupyterlite/jupyterlite/issues/430#issuecomment-1070849420, by using the built-in `filebrowser:open-url` command from JupyterLab. Here is a screencast...

https://github.com/jupyterlite/jupyterlite/pull/1044 documents this.

Closing as this does not seem to be happening anymore with the latest JupyterLite 0.2.x releases, based on Notebook 7. Although the issue might still be there (and happening randomly)....

Thanks @joelostblom for sharing :+1: Yes having a single cell is still very much doable. And as mentioned above it could be developed as a regular JupyterLab extension, so it...

@ams1 closing this issue as answered by https://github.com/jupyterlite/jupyterlite/issues/546#issuecomment-1064227220. Don't hesitate to re-open or open a new issue if needed, thanks!

Looks like this might be more an issue with `@typescript-eslint`: https://github.com/typescript-eslint/typescript-eslint/issues/1192 Running eslint with `--debug` shows that it goes oom after trying to parse a TypeScript project: ``` eslintrc:ignore-pattern Check...