Skip to content

Commit

Permalink
Merge pull request #89 from darribas/origin/mono_conda
Browse files Browse the repository at this point in the history
A bit more
  • Loading branch information
darribas authored Aug 30, 2024
2 parents e78e7de + 8795267 commit e0eecf6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion env/gds_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- flake8
- geoalchemy2
- geocube
- geopandas
- geopandas>=1
- geopy
- gpxpy
- gstools
Expand Down
6 changes: 3 additions & 3 deletions env/installers/install_decktape.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
### Install Decktape ###
########################

# https://jupyterbook.org/advanced/pdf.html#build-a-pdf-from-your-book-html
# https://github.com/astefanutti/decktape/issues/187
apt-get update -qq \
&& apt-get install -y --no-install-recommends \
# https://jupyterbook.org/advanced/pdf.html#build-a-pdf-from-your-book-html
gconf-service \
libasound2 \
libatk1.0-0 \
Expand Down Expand Up @@ -46,15 +47,14 @@ apt-get update -qq \
lsb-release \
xdg-utils \
wget \
# https://github.com/astefanutti/decktape/issues/187
libcairo2-dev \
libasound2-dev \
libpangocairo-1.0-0 \
libatk1.0-0 \
libatk-bridge2.0-0 \
libgtk-3-0 \
libx11-xcb-dev \
libxcomposite1 \
libxcomposite1 \
libxcursor-dev \
libxdamage-dev \
libxi-dev \
Expand Down
9 changes: 5 additions & 4 deletions env/installers/install_jupyter_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ mkdir -p /home/$NB_USER/.jupyter/lab/user-settings/\@jupyterlab/fileeditor-exten

#--- JupyterLab extensions & Bash kernel ---#

jupyter labextension disable "@jupyterlab/apputils-extension:announcements" \
&& pip install \
jupyter labextension disable "@jupyterlab/apputils-extension:announcements"

mamba install python-graphviz "nodejs>=22"

pip install \
bash_kernel \
jupyterlab-geojson \
jupyterlab_myst \
Expand All @@ -21,8 +24,6 @@ jupyter labextension disable "@jupyterlab/apputils-extension:announcements" \
jupytext
# Bash kernel
python -m bash_kernel.install
# Required for dask extension
mamba install python-graphviz
# Clean
pip cache purge \
&& conda clean --all --yes --force-pkgs-dirs \
Expand Down

0 comments on commit e0eecf6

Please sign in to comment.