This is an executable scientific notebook project. A project consists of multiple stages (chapters). You are currently in the first stage. You can start working by adding a new cell.
We support R, Python, HTML and Markdown cells. To create one, use the "Add new cell" or "+" buttons to create a new cell.
You can run R and Python code inside our containerized cloud servers. Just make the cell active, then press the small "play" button on top of the cell or hit the CTRL+ENTER keys.
It is also possible to run sequentially all the cells using the big orange "play" button at the bottom-right of the screen.
For a list of pre-installed packages, use the following code :
In R :
installed.packages()
In Python:
conda list