txt
-
Clone the repository and go to its root directory
-
Create the virtual environment:
python3 -m venv env
-
Activate the virtual environment:
source env/bin/activate
-
Install the dependencies:
pip install jupyter==1.0.0 pip install -r requirements.txt
-
Run the server:
jupyter notebook notebooks/
-
Clone the repository and go to its root directory
-
Create the conda environment:
conda create --prefix ./.env python=3.9
-
Activate the conda environment:
conda activate ./.env
-
Install the dependencies:
conda install -c conda-forge jupyter conda install -c conda-forge obspy conda install -c conda-forge cartopy
-
Run the server:
jupyter notebook notebooks/