Skip to aside Skip to content Skip to footer

Using BioShell: Interactive environments

BioShell supports two browser-based interactive environments for notebook and script-based work. Both run on your BioShell instance and are accessible through your browser once you have connected via SSH.

JupyterLab

JupyterLab is a browser-based environment for writing and running Python, R, and shell notebooks. It is well suited to exploratory analysis, visualisation, and combining code with documentation.

Open your browser and go to:

http://<your-bioshell-ip>:8888

Fig 4. JupyterLab open in a browser connected to a BioShell instance.

RStudio

RStudio is a browser-based environment for R-based analysis. If you are familiar with the RStudio desktop application, the browser version works in exactly the same way.

Open your browser and go to:

http://<your-bioshell-ip>:8787

Fig 5. RStudio open in a browser connected to a BioShell instance.