Introduction to notebooks#

Jupyter notebooks are a convenient tool for interactive data exploration, rapid prototyping, and producing reports. The Virtual Research Environment (VRE) provides free JupyterLab instances with persistent storage where you can run notebooks.

The VRE is a whole analysis suite, including many other libraries from the Python ecosystem. We provide recipes in the form of noteboooks compiled into a “Jupyter Book” to show how viresclient can be blended together with other libraries to access, visualise, and analyse data.

Notebook repositories#

Name / GitHub

View

Interact

Swarm-DISC/Swarm_notebooks

https://jupyterbook.org/badge.svg https://img.shields.io/badge/nbgitpuller-VRE--Swarm-blue

ESA-VirES/Aeolus-notebooks

https://jupyterbook.org/badge.svg https://img.shields.io/badge/nbgitpuller-VRE--Aeolus-blue

Note

The nbgitpuller links above perform git operations for you, applying updates when you re-click the link using special automatic merging behaviour. Sometimes it may be necessary to perform the git operations directly instead.

To clear any changes you made and fetch the latest version, from within Swarm_notebooks or Aeolus-notebooks run from a terminal:

git fetch
git reset --hard origin/master