Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/csiro-enviro-informatics/loci-notebooks

Jupyter notebooks for Loc-I
https://github.com/csiro-enviro-informatics/loci-notebooks

Last synced: about 1 month ago
JSON representation

Jupyter notebooks for Loc-I

Awesome Lists containing this project

README

        

# loci-notebooks

[![Build Status](https://travis-ci.org/CSIRO-enviro-informatics/loci-notebooks.svg?branch=master)](https://travis-ci.org/CSIRO-enviro-informatics/loci-notebooks)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/CSIRO-enviro-informatics/loci-notebooks/HEAD)

Jupyter notebooks for Loc-I

## Pre-requisites
* docker
* docker-compose

## Quickstart
Using a minimal docker stack (python only)
```
$ docker-compose up -d --build
```

Using a minimal docker stack (python only) using docker image (no building)
```
$ docker-compose -f docker-compose.useimages.yml up -d
```

Running `docker-compose logs` should give you the session token to use to login via http://localhost:888

To stop the notebook server:
```
$ docker-compose down -v
```

### R/Python option

You can also run these with R and Python via the datascience Jupyter stack
```
$ docker-compose -f docker-compose.datascience.yml up -d --build
```
Running `docker-compose logs` should give you the session token to use to login via http://localhost:888

To stop the notebook server:
```
$ docker-compose down -v
```