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

https://github.com/vsoch/julia-share

Docker container (intended for Singularity container share) with jupyter+julia
https://github.com/vsoch/julia-share

circleci containershare docker julia jupyter

Last synced: about 2 months ago
JSON representation

Docker container (intended for Singularity container share) with jupyter+julia

Awesome Lists containing this project

README

          

# Jupyter Share

This is a notebook modified from the [datascience-notebook](https://github.com/jupyter/docker-stacks/blob/master/datascience-notebook/README.md) stack. It includes many more packages for Julia+Jupyter.

[![CircleCI](https://circleci.com/gh/vsoch/julia-share.svg?style=svg)](https://circleci.com/gh/vsoch/julia-share)

## Usage

This is derived from [this guide](https://github.com/jupyter/docker-stacks/tree/master/datascience-notebook)

```bash
docker pull vanessa/julia-share
```

Run the container, bind your working directory (to save files to your host) to `/home/joyvan/work`

```bash
docker run -it --rm -p 8888:8888 -v $PWD:/home/jovyan/work vanessa/share-julia
```