1) Previously, we changed the esm.sh link to point to glvis/glvis-js instead of npm, however because we are using git-lfs the link wasn't working. This PR changes the link to point to glvis/releases-js where we will host glvis-js builds. For now, it is pointing to v0.3-rc1 until glvis is updated.
2) Added the class GlvisData to avoid having to use jupyter magic commands to download data, and to make it easier to explore different datasets.
3) Switching from binder -> google colab. Notebooks should work in colab; added badge for basic.ipynb (which now is combined with ex1.ipynb)
1) Previously, we changed the
esm.sh
link to point toglvis/glvis-js
instead ofnpm
, however because we are usinggit-lfs
the link wasn't working. This PR changes the link to point toglvis/releases-js
where we will hostglvis-js
builds. For now, it is pointing tov0.3-rc1
untilglvis
is updated.2) Added the class
GlvisData
to avoid having to use jupyter magic commands to download data, and to make it easier to explore different datasets.3) Switching from binder -> google colab. Notebooks should work in colab; added badge for
basic.ipynb
(which now is combined withex1.ipynb
)