Skip to content
Snippets Groups Projects
Commit 2d5c6921 authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

Add some packages for data science lecture

This adds the following packages:

- bokeh
- fastparquet
- pyogrio
- openpyxl
- textdistance
- zstandard
parent 4c35dc4e
No related branches found
No related tags found
1 merge request!49Update code-server and change packages
...@@ -90,17 +90,24 @@ USER ${NB_UID} ...@@ -90,17 +90,24 @@ USER ${NB_UID}
RUN mamba install --yes \ RUN mamba install --yes \
# system monitor # system monitor
'bpytop' \ 'bpytop' \
# textdistance
'textdistance' \
# umap + hdbscan # umap + hdbscan
'umap-learn' \ 'umap-learn' \
'hdbscan' \ 'hdbscan' \
# gradio # gradio
'gradio' \ 'gradio' \
# optuna + plotly # optuna + plotly + bokeh
'optuna' \ 'optuna' \
'plotly' \ 'plotly' \
# optional dependencies for pandas for read_html and to support Parquet files 'bokeh' \
# optional dependencies for pandas for read_html, read_excel and to support Parquet files
'lxml' \ 'lxml' \
'openpyxl' \
'pyarrow' \ 'pyarrow' \
'fastparquet' \
'pyogrio' \
'zstandard' \
# geo # geo
'geemap' \ 'geemap' \
'geopandas' \ 'geopandas' \
......
...@@ -45,17 +45,24 @@ USER ${NB_UID} ...@@ -45,17 +45,24 @@ USER ${NB_UID}
RUN mamba install --yes \ RUN mamba install --yes \
# system monitor # system monitor
'bpytop' \ 'bpytop' \
# textdistance
'textdistance' \
# umap + hdbscan # umap + hdbscan
'umap-learn' \ 'umap-learn' \
'hdbscan' \ 'hdbscan' \
# gradio # gradio
'gradio' \ 'gradio' \
# optuna + plotly # optuna + plotly + bokeh
'optuna' \ 'optuna' \
'plotly' \ 'plotly' \
# optional dependencies for pandas for read_html and to support Parquet files 'bokeh' \
# optional dependencies for pandas for read_html, read_excel and to support Parquet files
'lxml' \ 'lxml' \
'openpyxl' \
'pyarrow' \ 'pyarrow' \
'fastparquet' \
'pyogrio' \
'zstandard' \
# geopandas # geopandas
'geopandas' \ 'geopandas' \
'pysal' \ 'pysal' \
......
...@@ -45,18 +45,24 @@ USER ${NB_UID} ...@@ -45,18 +45,24 @@ USER ${NB_UID}
RUN mamba install --yes \ RUN mamba install --yes \
# system monitor # system monitor
'bpytop' \ 'bpytop' \
# textdistance
'textdistance' \
# umap + hdbscan # umap + hdbscan
'umap-learn' \ 'umap-learn' \
'hdbscan' \ 'hdbscan' \
# gradio # gradio
'gradio' \ 'gradio' \
# optuna + plotly # optuna + plotly + bokeh
'optuna' \ 'optuna' \
'plotly' \ 'plotly' \
# optional dependencies for pandas for read_html and to support Parquet files 'bokeh' \
# optional dependencies for pandas for read_html, read_excel and to support Parquet files
'lxml' \ 'lxml' \
'openpyxl' \
'pyarrow' \ 'pyarrow' \
'fastparquet' \
'pyogrio' \ 'pyogrio' \
'zstandard' \
# geopandas # geopandas
'geopandas' \ 'geopandas' \
'pysal' \ 'pysal' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment