Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 478 Bytes

Installation

git clone
conda env create -f environment.yml
conda activate sat_image_processing

Install Jupyter lab interactive plotting for matplotlib

See the jupyter-matplotlib docs for more info. The short version is to run these commands from within the sat_image_processing env:

jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install jupyter-matplotlib