unhott / starboard-electron

Mozilla Public License 2.0
1 stars 0 forks source link

Allow offline mode #2

Open unhott opened 3 years ago

unhott commented 3 years ago

This is extremely aspirational for someone of my skill level. The ideal goal would be to be able to make this work entirely offline; Allow for js imports from the internet and pyodide micropip.install calls to be cached in such a way that the notebooks can be run entirely offline in the future.

Perhaps even allow an environment cache file to be loaded as an 'environment'.

unhott commented 3 years ago

Underlying libraries appear to already enable some offline functionality, but not as described above.