Skip to content

Run a jupyter notebook server within singularity container.

Notifications You must be signed in to change notification settings

kma/singularity-jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

singularity-jupyter

This example shows how to run a jupyter notebook server within singularity container.

Create and bootstrap the container

$ sudo singularity create -s 1200 jupyter.img
$ sudo singularity bootstrap jupyter.img Singularity 

Use singularity-hub to pull this container

$ singularity pull shub://906

OR

$ singularity pull shub://kma/singularity-jupyter:master

Run the container

$ singularity run jupyter.img

This will starts jupyter server on port 8888. The current directory will be used as the notebook direcory. You can connect to the server and select the notebook file python_heat2d.ipynb.

About

Run a jupyter notebook server within singularity container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published