This repository was archived by the owner on Jul 16, 2025. It is now read-only.
Make a Fluid kernel for Jupyter? #4
RaoOfPhysics
started this conversation in
Ideas
Replies: 1 comment 1 reply
|
Marimo is a very nice-looking Python notebook, might be interesting to look at how easy it would be to adapt it to host Fluid instead. (It doesn’t look like it has a plug-in/kernel architecture like Jupyter’s, though.) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Instead of writing a Markdown parser for Fluid, @rolyp and I discussed the possibility of making a Fluid kernel for Jupyter. There already exist several for different languages and Jupyter provides some instructions for how to make one.
This will allow Fluid to function within a larger ecosystem that developers and some tech-minded journalists might be familiar with.
This also means that we can use something like Quarto (see #5) to handle the publishing (into HTML articles or HTML presentations).
All reactions