titansmc/jupyter:latest

$ singularity pull shub://titansmc/jupyter:latest

Singularity Recipe

BootStrap: docker
From: continuumio/anaconda3

%runscript

     echo "Starting notebook..."
     echo "Open browser to localhost:8888"
     exec /opt/conda/bin/jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --allow-root --port=8888 --no-browser

%post

     # Install jupyter notebook
     /opt/conda/bin/conda install jupyter -y --quiet 
     mkdir /opt/notebooks
     apt-get autoremove -y
     apt-get clean

Collection


View on Datalad

Metrics

key value
id /containers/titansmc-jupyter-latest
collection name titansmc/jupyter
branch master
tag latest
commit a9bbbc174c529b85b285cd370ea7937aead9641f
version (container hash) 08a96956d39f81c4cfa84b3dda54571c275fefc514a759ee098c8566765ec6ed
build date 2019-07-29T16:59:50.989Z
size (MB) 809.1015625
size (bytes) 848404480
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.