|
|
|
|
|
by leephillips
1893 days ago
|
|
I don’t know much about Juno, but in https://lwn.net/Articles/835930/ you can learn about the differences between Pluto and Jupyter. Most important is the replacement of Jupyter's hidden global state by deterministic calculation based on a dependency graph among cells. Also, Pluto notebooks are Julia modules and can be imported into normal Julia code, so they work with version control, etc. |
|
Not "imported", Pluto notebooks ARE regular Julia code. No translation required. In one of the talks, it mentions one of the Pluto-related packages as being "written' in Pluto.