Skip to content

Instantly share code, notes, and snippets.

@scizmeli
Last active November 17, 2022 17:00
Show Gist options
  • Save scizmeli/ba5a9ec0ee39b4695822b791093fc7fb to your computer and use it in GitHub Desktop.
Save scizmeli/ba5a9ec0ee39b4695822b791093fc7fb to your computer and use it in GitHub Desktop.
melda.io welcome screen

Welcome to melda.io


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.

Creating 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.

Running code

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.

Packages

For a list of pre-installed packages, use the following code :

In R :

installed.packages()

In Python:

conda list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment