Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

FlippingBinary/Jupyter-With-pyHSPF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter-With-pyHSPF

This Docker project provides a working Jupyter Lab server with pyHSPF pre-installed.

Quick start

The quickest way to get started is to run directly from the Docker hub build. You need to share a folder between host and container to hold the notebooks, so the following command expects a folder in the current directory of the host named "notebooks"

docker run -dp 8888:8888 -v ~/notebooks:/opt/notebooks --rm flippingbinary/jupyter-with-pyhspf

Default password is 'jupyter'

Alternate password

If the container might be exposed, you need to change the password. One way to do that is with the JUPYTER_PASSWORD environment variable like this:

docker run -dp 8888:8888 -v ~/notebooks:/opt/notebooks -e JUPYTER_PASSWORD='NEWPASSWORD' --rm flippingbinary/jupyter-with-pyhspf

About

This Docker project provides a working Jupyter Lab server with pyHSPF pre-installed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published