File tree Expand file tree Collapse file tree 6 files changed +6
-12
lines changed Expand file tree Collapse file tree 6 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,7 @@ ENV NOVNC_PATH=${NOVNC_PATH}
125
125
# Pip install the latest version of the integration
126
126
RUN curl -s https://api.github.com/repos/mathworks/jupyter-matlab-vnc-proxy/releases/latest | grep tarball_url | cut -d '"' -f 4 | xargs python -m pip install
127
127
128
- # Ensure jupyter-server-proxy JupyterLab extension is installed
129
- RUN jupyter labextension install @jupyterlab/server-proxy
128
+
130
129
131
130
# Move MATLAB resource files to the expected locations
132
131
RUN export RESOURCES_LOC=$(python -c "import jupyter_matlab_vnc_proxy as pkg; print(pkg.__path__[0])" )/resources \
Original file line number Diff line number Diff line change @@ -113,8 +113,7 @@ ENV NOVNC_PATH=${NOVNC_PATH}
113
113
# Pip install the latest version of the integration
114
114
RUN curl -s https://api.github.com/repos/mathworks/jupyter-matlab-vnc-proxy/releases/latest | grep tarball_url | cut -d '"' -f 4 | xargs python -m pip install
115
115
116
- # Ensure jupyter-server-proxy JupyterLab extension is installed
117
- RUN jupyter labextension install @jupyterlab/server-proxy
116
+
118
117
119
118
# Move MATLAB resource files to the expected locations
120
119
RUN export RESOURCES_LOC=$(python -c "import jupyter_matlab_vnc_proxy as pkg; print(pkg.__path__[0])")/resources \
Original file line number Diff line number Diff line change @@ -103,8 +103,7 @@ WORKDIR /home/${NB_USER}
103
103
# Install integration
104
104
RUN python -m pip install jupyter-matlab-proxy
105
105
106
- # Ensure jupyter-server-proxy JupyterLab extension is installed
107
- RUN jupyter labextension install @jupyterlab/server-proxy
106
+
108
107
109
108
# Make JupyterLab the default environment
110
109
ENV JUPYTER_ENABLE_LAB="yes"
Original file line number Diff line number Diff line change @@ -123,8 +123,7 @@ WORKDIR /home/${NB_USER}
123
123
# Install integration
124
124
RUN python -m pip install jupyter-matlab-proxy
125
125
126
- # Ensure jupyter-server-proxy JupyterLab extension is installed
127
- RUN jupyter labextension install @jupyterlab/server-proxy
126
+
128
127
129
128
# Make JupyterLab the default environment
130
129
ENV JUPYTER_ENABLE_LAB="yes"
Original file line number Diff line number Diff line change @@ -79,8 +79,7 @@ WORKDIR /home/${NB_USER}
79
79
# Install integration
80
80
RUN python -m pip install jupyter-matlab-proxy
81
81
82
- # Ensure jupyter-server-proxy JupyterLab extension is installed
83
- RUN jupyter labextension install @jupyterlab/server-proxy
82
+
84
83
85
84
# Make JupyterLab the default environment
86
85
ENV JUPYTER_ENABLE_LAB="yes"
Original file line number Diff line number Diff line change @@ -97,8 +97,7 @@ WORKDIR /home/${NB_USER}
97
97
# Install integration
98
98
RUN python -m pip install jupyter-matlab-proxy
99
99
100
- # Ensure jupyter-server-proxy JupyterLab extension is installed
101
- RUN jupyter labextension install @jupyterlab/server-proxy
100
+
102
101
103
102
# Make JupyterLab the default environment
104
103
ENV JUPYTER_ENABLE_LAB="yes"
You can’t perform that action at this time.
0 commit comments