Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 324 Bytes

File metadata and controls

23 lines (15 loc) · 324 Bytes

FAIRE-EASE Jupyterbook template

Install the project

# install jupyterbook
pip install -r requirements.txt

# install libraries needed to execute your code  
pip install -r .binder/requirements.txt

How to use

Run a local server:

jupyter book start --execute

Structure

to be completed