Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avikdatta committed Dec 18, 2019
1 parent 2ea19db commit c556822
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
@@ -1,2 +1,25 @@
# base-notebook-image
[![DockerPulls](https://img.shields.io/docker/pulls/imperialgenomicsfacility/base-notebook-image.svg)](https://registry.hub.docker.com/r/imperialgenomicsfacility/base-notebook-image)
[![DockerStars](https://img.shields.io/docker/stars/imperialgenomicsfacility/base-notebook-image.svg)](https://registry.hub.docker.com/r/imperialgenomicsfacility/base-notebook-image)
![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/imperialgenomicsfacility/base-notebook-image)
[![](https://images.microbadger.com/badges/image/imperialgenomicsfacility/base-notebook-image.svg)](https://microbadger.com/images/imperialgenomicsfacility/base-notebook-image)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/imperial-genomics-facility/base-notebook-image/master?urlpath=lab)
[![nbviewer](https://img.shields.io/badge/launch-nbviewer-coral)](https://nbviewer.jupyter.org/github/imperial-genomics-facility/base-notebook-image/tree/master/)
# Base docker image for IGF notebooks
A repository for keeping conda env and docker files for the base notebook container image

## Installed packages

* Python v3.6.9
* Pandas 0.25.3
* Numpy
* Scikit-learn
* Matplotlib
* Seaborn
* Cython


Explore this repo in nbviewer: [![nbviewer](https://img.shields.io/badge/launch-nbviewer-coral)](https://nbviewer.jupyter.org/github/imperial-genomics-facility/base-notebook-image/tree/master/)

Launce notebooks in binder: [ ![binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/imperial-genomics-facility/base-notebook-image/master?urlpath=lab)


0 comments on commit c556822

Please sign in to comment.