There was an error while loading. Please reload this page.
Install Anaconda: https://docs.anaconda.com/anaconda/install/index.html
Download the repository:
git clone https://github.com/UCL-EO/Workshop2022.git
cd Workshop2022/ conda env create -n uclnceo --force -f environment.yml
#!/bin/bash # activate uclnceo envrionment conda activate uclnceo jupyter serverextension enable --py nbgitpuller --sys-prefix jupyter contrib nbextension install --user jupyter nbextension enable --py widgetsnbextension jupyter nbextension enable python-markdown/main # Install a JupyterLab extension for demonstration purposes jupyter labextension install @jupyterlab/geojson-extension jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter labextension install jupyter-leaflet jupyter trust notebooks/*.ipynb *.ipynb # kernel setup python -m ipykernel install --name=conda-env-uclnceo --display-name 'conda env:uclnceo' --user
jupyter-lab