Commit 50247fea authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #567 from jupyter-on-openshift/openshift-jupyter-lab

Add instructions for enabling Jupyter Lab interface with OpenShift deployment.
parents de0cd801 53b1064b
......@@ -124,6 +124,17 @@ To delete the notebook instance, run ``oc delete`` using a label selector for th
oc delete all,configmap --selector app=mynotebook
```
Enabling Jupyter Lab Interface
------------------------------
To enable the Jupyter Lab interface for a deployed notebook set the ``JUPYTER_ENABLE_LAB`` environment variable.
```
oc set env dc/mynotebook JUPYTER_ENABLE_LAB=true
```
Setting the environment variable will trigger a new deployment and the Jupyter Lab interface will be enabled.
Adding Persistent Storage
-------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment