Jupyter Notebook which leads through the code used to create huskinDB publication Figures
It is possible to install all required packages locally and run the code (for this purpose, please follow the installation guide)
it may take a few minutes until the image is ready; when done, please click on the file huskinDB_publication_plots.ipynb
open Terminal and input following commands:
- clone the repository into some folder
git clone https://github.com/RhDm/huskinDB_publication.git
- navigate into huskinDB_publication folder
cd huskinDB_publication/
- install pip and create a separate virtual environment
pip install virtualenv
virtualenv -p $(which python) venv
- activate the environment
source venv/bin/activate
- install required packages
pip install -r requirements.txt
- run Jupyter Notebook
jupyter notebook
- click on the file
huskinDB_publication_plots.ipynb