feat: add links to marimo notebooks (launch on molab)#36
Conversation
| [Observable](https://observablehq.com/@uwdata/introduction-to-vega-lite) | | ||
| [Deepnote](https://deepnote.com/launch?url=https://github.com/uwdata/visualization-curriculum/blob/master/altair_introduction.ipynb) | ||
| [Deepnote](https://deepnote.com/launch?url=https://github.com/uwdata/visualization-curriculum/blob/master/altair_introduction.ipynb) | | ||
| [marimo](https://molab.marimo.io/github/marimo-team/learn/blob/main/altair/01_introduction.py) |
There was a problem hiding this comment.
How difficult would it be to host the notebooks in this repo instead? Yes, they are different file formats but we could reduce grit between the different files that way.
There was a problem hiding this comment.
Easy to do it as WASM, but it'll run 27Mbyte for the whole set. Looking at the Observable and Deepnote links, I figured "launch on molab" was the cheapest solution. The mid-point would be for us to host WASM in GitHub and use those links here?
There was a problem hiding this comment.
Sorry for the delay. I was at CHI last week.
I was hoping we could have some version of a marimo/molab link that automatically loads a file from GitHub like you described. But it would be Greta's if the link didn't go to a repo in the marimo team org but instead to this repo. Would we still need the large wasm files in this repo in that case? I have not looked at the other repo yet.
So I like molab links but would like the content to be in this repo rather than another one.
|
@domoritz any further thoughts on WASM in this repo vs. molab vs. launching WASM from GitHub? |
|
I have created PR #37 that adds the marimo versions of the notebooks in this directory. Right now, the URLs in README.md point at notebooks in gvwilson's repo and branch (for testing); if this is the approach you want, I'll modify the PR to use the main branch of this repo so that it can be merged. cc @domoritz |
|
Replaced by #37 |
as per discussion, links to marimo notebooks that will open on molab.