thegraphnetwork / EpiGraphHub

Software platform to Gather, transmform, harmonize and store epidemiological data for analytical purposes.
https://epigraphhub.org
GNU General Public License v3.0
8 stars 10 forks source link

Feature: deploy Jupyterlite using Github pages #136

Closed fccoelho closed 2 years ago

fccoelho commented 2 years ago

Jupyterlite is a jupyter notebook server running on webassemply through pyodide.

We can benefit from having our own jupyterlite running as a github page so that users can play with with epigraphhub examples code.

xmnlab commented 2 years ago

sounds interesting . I will take a look into that!

xmnlab commented 2 years ago

I need to check if all the dependencies would be available for wasm another option is to use mybinder

xmnlab commented 2 years ago

looks very nice .. I will play a bit with that today :)

fccoelho commented 2 years ago

I have done a deploy on my github pages, but it is still quite limited in what libraries it can install. so maybe we can wait for it to mature a lot more.

xmnlab commented 2 years ago

Got it. Do you want me to work on the mybinder for epigrphhub?

fccoelho commented 2 years ago

Honestly, I think we should go for something more scalable, that can also serve our external analysts for real work not to just browse documentation examples. If we're going to invest on this, perhaps we should look into deploying jupyterhub.

xmnlab commented 2 years ago

That would be great. Maybe we could try qhub?

fccoelho commented 2 years ago

Yes, let's do a test deploy for QHub. Closing this issue.