Skip to content
Snippets Groups Projects
Commit aac1340c authored by calrama's avatar calrama
Browse files

[jupyterhub] Add jupyterlab iframe extension

parent fede1443
No related branches found
No related tags found
No related merge requests found
Pipeline #34286 passed
......@@ -56,6 +56,10 @@ RUN python${PYTHON_VERSION} -m pip install jupyterlab_code_formatter==1.3.8 && \
RUN python${PYTHON_VERSION} -m pip install jupyterlab-git && \
python${PYTHON_VERSION} -m jupyter lab build
RUN python${PYTHON_VERSION} -m pip install jupyterlab_iframe && \
python${PYTHON_VERSION} -m jupyter labextension install jupyterlab_iframe && \
python${PYTHON_VERSION} -m jupyter serverextension enable --py jupyterlab_iframe
RUN mkdir -p /usr/local/venv && \
python${PYTHON_VERSION} -m venv /usr/local/venv/default && \
. /usr/local/venv/default/bin/activate && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment