Exploration explorables. This repo contains the source for a book on biological exploration, and a python library for simulating exploration.
Read the book here - https://parenthetical-e.github.io/explorations-book/introduction.html
If you'd like to develop on and build the Exploration book, you should:
- Clone this repository and run
- Run
pip install -r requirements.txt
(it is recommended you do this within a virtual environment) - Run
make book
A fully-rendered HTML version of the book will be built in book/_build/html/
.
If possible a version of the book hosted on github will be available. You need to install the ghp-import
package.
We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.
This project is created using the open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.