Skip to content

Commit

Permalink
Merge pull request #40 from 2i2c-org/39-installing-nbfetch-for-hydros…
Browse files Browse the repository at this point in the history
…hare

Added nbfetch for hydroshare
  • Loading branch information
arpita0911patel committed Oct 12, 2023
2 parents 584293e + 4ad8141 commit c1dbe63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ RUN pip install spatialpandas easydev colormap colorcet duckdb dask_geopandas nb
# apt-get clean -q
#RUN pip3 install numpy pandas xarray netcdf4 joblib toolz pyyaml Cython

# Install nbfetch for hydroshare
RUN pip install -U --no-cache-dir --upgrade-strategy only-if-needed git+https://github.com/hydroshare/nbfetch.git@master
# enable jupyter_server extension
RUN jupyter server extension enable --py nbfetch --sys-prefix

# Update custom Jupyter Lab settings
RUN sed -i 's/\"default\": true/\"default\": false/g' /srv/conda/envs/notebook/share/jupyter/labextensions/@axlair/jupyterlab_vim/schemas/@axlair/jupyterlab_vim/plugin.json

Expand Down

0 comments on commit c1dbe63

Please sign in to comment.