Skip to content

Commit

Permalink
updates to jlab 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmg55 committed Apr 25, 2021
1 parent cff47db commit 19d2c6b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,30 +64,31 @@ COPY r_geo.yml .
RUN conda config --set channel_priority strict && \
conda install -c conda-forge --yes --quiet \
'mamba>=0.7.6' \
'jupyterlab<3.0' \
'jupyterlab>=3.0' \
'bokeh>=2.1.1' \
'tornado' \
'jupyter_client' \
'jupyter-archive' \
'widgetsnbextension' \
'jupyterlab_widgets' \
'dask-labextension' \
'jupyter-panel-proxy' \
'jupyter-server-proxy' \
'jupyter-vscode-proxy' \
'jupyter-rsession-proxy' \
'nbgitpuller>=0.9.0' \
'pyviz_comms>=2.0.0' \
'nb_conda_kernels' && \
conda config --set channel_priority false && \
conda config --set channel_priority strict && \
mamba env create -f py_geo.yml --quiet && \
mamba env create -f r_geo.yml --quiet && \
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
jupyter labextension install @jupyterlab/server-proxy --no-build && \
jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build && \
jupyter labextension install dask-labextension --no-build && \
jupyter labextension install @pyviz/jupyterlab_pyviz --no-build && \
jupyter lab build && \
jupyter labextension update --all && \
#jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
#jupyter labextension install @jupyterlab/server-proxy --no-build && \
#jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build && \
#jupyter labextension install dask-labextension --no-build && \
#jupyter labextension install @pyviz/jupyterlab_pyviz --no-build && \
#jupyter lab build && \
#jupyter labextension update --all && \
conda clean --all -afy && \
mamba clean --all -afy && \
npm cache clean --force && \
Expand Down
1 change: 1 addition & 0 deletions py_geo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ dependencies:
- pysal>=2.2.0
- pytest>=5.3.0
- python>=3.7.6
- pyviz_comms>=2.0.0
- rasterio>=1.1.3
- rioxarray>=0.2.0
- s3fs>=0.4.0
Expand Down

0 comments on commit 19d2c6b

Please sign in to comment.