GLVis / pyglvis

GLVis Jupyter Widget
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Update esm ref + data class + binder->colab #50

Closed justinlaughlin closed 2 months ago

justinlaughlin commented 2 months ago

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)