- Clone me:
$ git clone https://github.com/andy-esch/odsc-cartography.git
$ cd odsc-cartography
- Pip install things
- I prefer pipenv:
$ pipenv install -r requirements.txt
- Or use pip:
pip install -r requirements.txt
- Run your jupyter server
- Pipenv:
pip run jupyter notebook