You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the "500 Internal Server Error" of myBinder the last weeks, i look at how to make available the notebooks via GitHub pages with the support of Jupyterlite.
Problem
I notice some problems with the existing notebooks i have:
use of request library
Many people load their datas like:
Loading the EDH dataset from the zenodo url
Indeed there is ongoing work to make repo2jupyterlite behave similarly to repo2docker / Binder in terms of functionalities and UX. Some issues that will likely help with this in the short term:
Do you have already theses feedbacks of migration of existing notebook for Jupyterlite?
Unfortunately it usually depends on a few parameters such as the types of packages, workloads, data size. But for many use cases running Python in the browser will be enough.
Due to the "500 Internal Server Error" of myBinder the last weeks, i look at how to make available the notebooks via GitHub pages with the support of Jupyterlite.
Problem
I notice some problems with the existing notebooks i have:
Many people load their datas like:
Loading the EDH dataset from the zenodo url
I see i should look at pyodide.http.FetchResponse
URLError: <urlopen error unknown url type: https>
By using the Jupyterlite demo template
../jupyterlite-demo/blob/main/.github/workflows/deploy.yml
https://docs.python.org/3/library/ssl.html
This module does not work or is not available on WebAssembly platforms wasm32-emscripten and wasm32-wasi.
Advices
The text was updated successfully, but these errors were encountered: