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
- Host: GitHub
- URL: https://github.com/vsoch/julia-share
- Owner: vsoch
- License: bsd-3-clause
- Created: 2018-08-02T06:27:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T11:57:01.000Z (almost 8 years ago)
- Last Synced: 2025-07-22T17:03:07.848Z (11 months ago)
- Topics: circleci, containershare, docker, julia, jupyter
- Language: HTML
- Homepage: https://vsoch.github.io/julia-share
- Size: 7.88 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](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
```