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.