Jolin extends the Pluto reactive notebook with support for R and Python.
jolin encompasses several related components:
- a cloud deploymnet on jolin.io with free testing access
- an executable with which you can start the notebook on your laptop (soon to come)
- a julia package, including all R and Python helpers
Enjoy a ready deployment at cloud.jolin.io. You simply login with your github user. The testing access includes endless sessions of 4 hours.
Soon to come.
When loading the jolin package inside your reactive notebook you get access to the following functionalities:
- Everything from JolinPluto is made available directly. This mainly includes Python and R reactivity helpers like
viewofandrepeat_at. - Everything from PlutoPlotly is made available directly. This includes reactive plotting support with
plotandadd_plotly_listener! - The package
PlutoUIis accessible. This package encompasses standard UI elements for interactive user input. As preferred UI component styles may differ highly from person to person, and different UI frameworks may be added in the future, the functionalities fromPlutoUIare not directly available, but need to be accessed via qualified namePlutoUI.Slider, for instance.