- Notifications
You must be signed in to change notification settings - Fork0
Reactive Notebooks for Python, R and Julia
License
NotificationsYou must be signed in to change notification settings
jolin-io/Jolin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Jolin extends the Pluto reactive notebook with support for R and Python.
jolin
encompasses several related components:
- a cloud deploymnet onjolin.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 atcloud.jolin.io. You simply login with your github user. The testing access includes endless sessions of 4 hours.
Soon to come.
When loading thejolin
package inside your reactive notebook you get access to the following functionalities:
- Everything fromJolinPluto is made available directly. This mainly includes Python and R reactivity helpers like
viewof
andrepeat_at
. - Everything fromPlutoPlotly is made available directly. This includes reactive plotting support with
plot
andadd_plotly_listener!
- The package
PlutoUI
is 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 fromPlutoUI
are not directly available, but need to be accessed via qualified namePlutoUI.Slider
, for instance.