Notebooks
The interactive analysis environment of Bio-OS integrates Jupyter Notebook. Jupyter Notebook is a shareable and reproducible interactive analysis environment.
Switch configuration
The Notebook supports switching runtime resources, allowing you to modify both application and resource configurations. The application configuration mainly specifies the default image to launch, while the resource configuration allows you to select the desired resource specifications.
Click Run Resource Configuration
Select the application configuration and resource configuration
Click Update Environment (if the current Notebook instance is already running, clicking Update Environment will delete the instance and restart it).

Application configuration
A preset image is currently available: datascience. The datascience image is the base image provided by the platform and includes a set of commonly used data science tools.
Resource configuration
By default, two types of resource configurations are provided: minimal resources (1-core CPU, 1 GB memory) and default resources (2-core CPU, 4 GB memory). You may also modify the configuration file as needed to customize resource settings. When a Notebook is launched, it will request the corresponding resource allocation from the cluster.
Create Notebook
Click New Notebook, enter a name, and select a language. Currently, Python and R are supported.

Click the Edit button on the right to edit the Notebook.

There are three ways to run a code cell in a Notebook:
Select the cell and press Shift + Enter on the keyboard (your keyboard may display Return instead of Enter).
Click the Run icon in the menu bar.
Use the appropriate command from the Cell dropdown menu.

Last updated