Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 996 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 996 Bytes

Binder

Jupyter notebook demo of howfairis functionality.

Prerequisites

For running locally on Ubuntu:

sudo apt install jupyter-core
sudo apt install jupyter-notebook

Install Miniconda or Anaconda from https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html

Create a conda environment:

conda env create

Activate the conda environment:

conda activate howfairis-notebooks

Check to see if it all worked by listing the packages that are present in the conda environment named howfairis-notebooks:

conda list

This should yield a table of packages alongside where they were installed from. If everything looks OK, start the notebook server:

jupyter notebook

And open a browser to http://localhost:8888 to interact with the notebook.