jupyter-on-openshift / jupyter-notebooks

OpenShift compatible S2I builder for basic notebook images.
Apache License 2.0
54 stars 111 forks source link

Support for /opt/app-root/src/.jupyter/jupyter_notebook_config.sh for user setup. #16

Closed GrahamDumpleton closed 4 years ago

GrahamDumpleton commented 4 years ago

Allow a user to supply a .jupyter/jupyter_notebook_config.sh file which is run for notebook before starting process so can set additional environment variables or perform other actions inside of the container.

GrahamDumpleton commented 4 years ago

See also https://github.com/jupyter-on-openshift/jupyterhub-quickstart/issues/29 as possibly related.