simu-net

Simulation library for TotemBionet


Keywords
jupyter, computational, systems, biology
License
WTFPL
Install
pip install simu-net==0.0.3

Documentation

TotemBionet

Build Status codecov

Prerequisites

You need Docker. Dockers is supported on GNU/Linux, macOS, and Windows.

Note: You may need to use sudo for the following commands, check the official page for more information.

You will also need Docker-compose

Getting started

First, start the docker by executing in a terminal

make up

Then, open your browser and go to http://localhost:8888 for the Jupyter notebook web interface.

To stop the container and shutdown the server, use

make down

Documentations

To read the documentations, run make doc and then, open http://localhost:8080.

Uninstall

If you want to remove the docker image from your computer, just run make remove.

Contribute

Check the CONTRIBUTING.md to contribute.

License

WTFPL