This is the repository for example and tutorial material created through the Met Office Data Science Community of Practice.
Environment definitions have been provided for running different bits of code in the repoistory. These can be found in the env folder, which also contains instrcutions on setting up environments. These are intended ofr use in any enviornment where conda is available, such as
- local desktop
- Jupyter Hub installation (e.g. AWS Sagemaker, AzureML, BinderHub)
- cloud compute environment (e.g. AWS, Azure, GCP)
For users inside the Met Office, you can also use the default scitools environment for some of the notebooks.
To run a local jupyter lab instance, the steps are:
- In a terminal, navigate to the repository
cd data_science_cop/
- Load the
experimental-current
scitools environmentmodule load scitools
- Run Jupyter Lab
jupyter lab
- Navigate to the relevant notebook and run it.
You can also run this through the Jupyter Hub installation. Instructions on using JupyterHub with custom conda enviornments can be found in the env folder.