mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Merge pull request #1340 from mathbunnyru/asalikhov/vincent_altair
Replace vincent with altair
This commit is contained in:
@@ -95,7 +95,8 @@ and versioning strategy.
|
|||||||
`jupyter/scipy-notebook` includes popular packages from the scientific Python ecosystem.
|
`jupyter/scipy-notebook` includes popular packages from the scientific Python ecosystem.
|
||||||
|
|
||||||
- Everything in `jupyter/minimal-notebook` and its ancestor images
|
- Everything in `jupyter/minimal-notebook` and its ancestor images
|
||||||
- [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/),
|
- [altair](https://altair-viz.github.io),
|
||||||
|
[beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/),
|
||||||
[bokeh](https://docs.bokeh.org/en/latest/),
|
[bokeh](https://docs.bokeh.org/en/latest/),
|
||||||
[bottleneck](https://bottleneck.readthedocs.io/en/latest/),
|
[bottleneck](https://bottleneck.readthedocs.io/en/latest/),
|
||||||
[cloudpickle](https://github.com/cloudpipe/cloudpickle),
|
[cloudpickle](https://github.com/cloudpipe/cloudpickle),
|
||||||
@@ -118,7 +119,6 @@ and versioning strategy.
|
|||||||
[sqlalchemy](https://www.sqlalchemy.org/),
|
[sqlalchemy](https://www.sqlalchemy.org/),
|
||||||
[statsmodel](https://www.statsmodels.org/stable/index.html),
|
[statsmodel](https://www.statsmodels.org/stable/index.html),
|
||||||
[sympy](https://www.sympy.org/en/index.html),
|
[sympy](https://www.sympy.org/en/index.html),
|
||||||
[vincent](https://vincent.readthedocs.io/en/latest/),
|
|
||||||
[widgetsnbextension](https://ipywidgets.readthedocs.io/en/latest/user_install.html#installing-in-classic-jupyter-notebook),
|
[widgetsnbextension](https://ipywidgets.readthedocs.io/en/latest/user_install.html#installing-in-classic-jupyter-notebook),
|
||||||
[xlrd](https://www.python-excel.org)
|
[xlrd](https://www.python-excel.org)
|
||||||
packages
|
packages
|
||||||
|
@@ -16,6 +16,7 @@ USER $NB_UID
|
|||||||
|
|
||||||
# Install Python 3 packages
|
# Install Python 3 packages
|
||||||
RUN conda install --quiet --yes \
|
RUN conda install --quiet --yes \
|
||||||
|
'altair=4.1.*' \
|
||||||
'beautifulsoup4=4.9.*' \
|
'beautifulsoup4=4.9.*' \
|
||||||
'bokeh=2.3.*' \
|
'bokeh=2.3.*' \
|
||||||
'bottleneck=1.3.*' \
|
'bottleneck=1.3.*' \
|
||||||
@@ -41,7 +42,6 @@ RUN conda install --quiet --yes \
|
|||||||
'sqlalchemy=1.4.*' \
|
'sqlalchemy=1.4.*' \
|
||||||
'statsmodels=0.12.*' \
|
'statsmodels=0.12.*' \
|
||||||
'sympy=1.8.*' \
|
'sympy=1.8.*' \
|
||||||
'vincent=0.4.*' \
|
|
||||||
'widgetsnbextension=3.5.*'\
|
'widgetsnbextension=3.5.*'\
|
||||||
'xlrd=2.0.*' && \
|
'xlrd=2.0.*' && \
|
||||||
conda clean --all -f -y && \
|
conda clean --all -f -y && \
|
||||||
|
Reference in New Issue
Block a user