Thibaut G.

Results 9 comments of Thibaut G.

As recommended by @jtpio, I'm moving my message and screenshots here from #1252. It's probably the same underlying issue. In both cases we manually delete a file through Jupyterlite's interface...

I have occasionally encountered similar error messages but have not been able to reproduce them consistently (was using Jupyterlite and pyodide kernel 0.1.3). Additionally, I'm also seeing the error on...

@gautamsarawagi, deleting the .jupyterlite.doit.d made the trick for me and I don't loose the custom changes. What are the commands you use

One thing to be careful with is the virtual environment I believe, clean your virtual environment and rebuild from scratch and see if that's better?

Hav you tried [pyodide.http](https://pyodide.org/en/stable/usage/api/python-api/http.html)? Here is an example of how you can use it in Jupyterlite/Pyodide: ```python import pandas as pd from pyodide.http import pyfetch request = await pyfetch(url='YOUR_URL_HERE') data...

Thanks @jtpio, adding a custom file type in the jupyter_lite_config.json does indeed fix the issue :) For reference, this is what I added: ``` { "LiteBuildConfig": { "contents": ["content"], "extra_file_types":...

Hi @pawl, just checking in if you still manage this page. Amphi has now more than 1k Github stars and is used widely. Let me know if you need any...

I reproduce on my side as well since migration to v4. Any idea where the issue comes from? Any workaround?