Skip to content

sysbio-curie/MaBoSS_Course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This notebooks runs the exercise on Montagud prostate model delivered in the MaBoSS course organized by PerMedCoE.

Run in Binder : Binder

Run locally with Docker and Docker-compose

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

And then open your browser to this url : http://localhost:8888/notebooks/course/Exercise_Montagud.ipynb

Run locally with Docker

git clone https://github.com/sysbio-curie/MaBoSS_Course
cd MaBoSS_Course
docker build -t maboss_course .
docker run -p 8888:8888 -d maboss_course

And then open your browser to this url : http://localhost:8888/notebooks/course/Exercise_Montagud.ipynb

About

Material for MaBoSS course organized by PerMedCoE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%