Skip to content

RhDm/huskinDB_publication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drawing

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)

or run it on Binder: Binder

it may take a few minutes until the image is ready; when done, please click on the file huskinDB_publication_plots.ipynb

Minimal macOS/Linux Installation (Python3 or even Python2.7)

open Terminal and input following commands:

  1. clone the repository into some folder
git clone https://github.com/RhDm/huskinDB_publication.git
  1. navigate into huskinDB_publication folder
cd huskinDB_publication/
  1. install pip and create a separate virtual environment
pip install virtualenv
virtualenv -p $(which python) venv
  1. activate the environment
source venv/bin/activate
  1. install required packages
pip install -r requirements.txt
  1. run Jupyter Notebook
jupyter notebook
  1. click on the file huskinDB_publication_plots.ipynb

About

huskinDB explanatory code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published