Replies: 3 comments
-
You could try this repo: https://github.com/zachcp/ghclerk
If you use this on Github, GH actions will build the image for you. Example here |
Beta Was this translation helpful? Give feedback.
-
Hmm, unless i'm missing it, that repo does not let you re-execute the notebook code as CLJS on new, user-supplied input. This is the core of this issue in my eyes. Thanks for the link though! |
Beta Was this translation helpful? Give feedback.
-
Hey, sorry this fell through the cracks when you originally posted it. What you can do today is write a notebook so it can be parametrised for example by setting the parameters into an an atom using This will then only be single-user though and you'd need to provide something like a per-session JVM to make it multi-user. Making this easy is something on our mind but it hasn't taken concrete shape, yet. Since this issue isn't really actionable, I'm converting it to a discussion. |
Beta Was this translation helpful? Give feedback.
-
One situation I somewhat commonly run into with notebooks goes like this:
Step (2) can often be a good amount of work. With clerk, it seems like we could simply create a standalone web app that takes in data files via forms and executes the notebook code on that data as cljs all in the user's browser. This seems possible to make happen with one clj/lein command that generates this web app (as a single .html file).
Has anything like this been tried with clerk? Or do others have good solutions to this problem ?
Beta Was this translation helpful? Give feedback.
All reactions