1 month free test period | Support inclusive. Thereafter only: |
36.15€* per month (or 0.0578€ per hour) | For 2 vCPU, 4 GB RAM, 30GB ephemeral storage. Any number of users . |
* Jolin Cloud is in alpha. In this first stage you need to expect some hiccups. On the other hand, we can offer especially good prices . The prices do not include any taxes that might apply.
In a reactive notebook you structure your work in cells. A cell can either contain documentation, interactive widgest or general code which e.g. preprocesses or analyses data. Full flexibility.
If you change some cell, or use the input widgets, reactivity means that everything which depends on it will be automatically updated. Interactivity.
You can use it for quick experimenting, create real-time processes with it, or build self-updating interactive reports.
Like a real notebook: ideal for sharing your ideas.
Notebooks are built on open-source and community-supported packages. For additional support, reach out to us.
In your dev environment the notebooks wait for you to be started manually (begin with welcome-read-this-first).
Please note that the very first time a notebook is started in a freshly created environment, precompilation causes an extra delay until the notebook is ready. This makes everything much faster thereafter.
After you made some changes you can use the Update Production section to request an update.
Your production environment runs your processes, always fetching the most recent updates from git, automatically.
No one can edit the notebooks on prod.
Instead, everyone who has viewer rights on the github repository can interact with your dashboard widgets.
This is the welcome-read-this-first notebook.
As you see immediately, reactive notebooks have rich self-documenting features.
Aside from documentation, you can of course run arbitrary processing steps and create interactive widgets.