Skip to content

Files

Latest commit

Mar 27, 2019
7d493c1 · Mar 27, 2019

History

History

speedup_analysis

Speedup analysis of pbwtzip and pbwtzip2

Run the notebooks

  1. Install Python virtualenv
$ pip install virtualenv
  1. Create a new virtual env inside the doc/speedup_analysis folder
$ cd doc/speedup_analysis
$ python3 -m venv ./venv
  1. Install Python dependencies
# activate virtual env
$ source venv/bin/activate

# first upgrade pip
(venv) $ pip install --upgrade pip

(venv) $ pip install --upgrade -r requirements.txt

# deactivate virtual env
$ deactivate
  1. Activate virtualenv and run Jupiter Notebook
$ source venv/bin/activate

(venv) $ jupyter notebook .

A new page on your browser should open with Jupyter running.