Fernando J. Méndez Incera (fernando.mendez@unican.es)
Laura Cagigal Gil (laura.cagigal@unican.es)
Alba Ricondo Cueva (alba.ricondo@unican.es)
Jupyter-Book hosted in "https://geoocean.gitlab.io/courses/comic"
To run the toolbox, you need to set up a conda enviroment with the required Python packages.
- From the Start menu, click the Anaconda Navigator desktop app
- On Navigator’s Home tab, in the Environments panel on the left, click over the play button on the
baseenviroment and launch the Anaconda Prompt - By using the
cdcommand, navigate to thecomic-masterfolder where it is contained this repository and execute:
# Default install, miss some dependencies and functionality
conda env create -f environment.yml
Activate the environment:
conda activate comic
To remove an environment, in your terminal window or an Anaconda Prompt, run:
conda remove --name comic --all
jupyter notebook