sysbio-curie / MaBoSS-Review

Notebook associated to the review about MaBoSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains multiple jupyter notebooks used in the review on MaBoSS

Run in Binder : Binder

Run locally with Docker and Docker-compose

git clone https://github.com/sysbio-curie/MaBoSS-Review
cd MaBoSS-Review
docker-compose up -d

And then open your browser to this url : http://localhost:8888/notebooks/review_notebooks/

Run locally with Docker

git clone https://github.com/sysbio-curie/MaBoSS-Review
cd MaBoSS-Review
docker build -t maboss_review .
docker run -p 8888:8888 -d maboss_review

And then open your browser to this url : http://localhost:8888/notebooks/review_notebooks/

About

Notebook associated to the review about MaBoSS

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 71.1%Language:C++ 19.5%Language:Makefile 3.4%Language:C 2.0%Language:Python 1.9%Language:Perl 1.0%Language:TeX 0.3%Language:Shell 0.3%Language:Yacc 0.2%Language:Lex 0.1%Language:Dockerfile 0.0%Language:R 0.0%Language:MATLAB 0.0%Language:Singularity 0.0%Language:XSLT 0.0%Language:M 0.0%