Skip to content

lauracagigal/COMIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binder

Computing in Civil Engineering

Fernando J. Méndez Incera ([email protected])
Laura Cagigal Gil ([email protected])
Alba Ricondo Cueva ([email protected])

Link text Here

Jupyter-Book hosted in "https://geoocean.gitlab.io/courses/comic"

Install


Create an environment in conda

To run the toolbox, you need to set up a conda enviroment with the required Python packages.

  1. From the Start menu, click the Anaconda Navigator desktop app
  2. On Navigator’s Home tab, in the Environments panel on the left, click over the play button on the base enviroment and launch the Anaconda Prompt
  3. By using the cd command, navigate to the comic-master folder where it is contained this repository and execute:
# Default install, miss some dependencies and functionality
conda env create -f environment.yml 

Activate conda environment

Activate the environment:

conda activate comic

To remove an environment, in your terminal window or an Anaconda Prompt, run:

conda remove --name comic --all

Launch Jupyter Notebook

jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published