Skip to content

Commit

Permalink
Merge pull request #1340 from mathbunnyru/asalikhov/vincent_altair
Browse files Browse the repository at this point in the history
Replace vincent with altair
  • Loading branch information
mathbunnyru committed Jun 1, 2021
2 parents 710cfa5 + 450d016 commit af07bff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/using/selecting.md
Expand Up @@ -95,7 +95,8 @@ and versioning strategy.
`jupyter/scipy-notebook` includes popular packages from the scientific Python ecosystem.

- 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/),
[bottleneck](https://bottleneck.readthedocs.io/en/latest/),
[cloudpickle](https://github.com/cloudpipe/cloudpickle),
Expand All @@ -118,7 +119,6 @@ and versioning strategy.
[sqlalchemy](https://www.sqlalchemy.org/),
[statsmodel](https://www.statsmodels.org/stable/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),
[xlrd](https://www.python-excel.org)
packages
Expand Down
2 changes: 1 addition & 1 deletion scipy-notebook/Dockerfile
Expand Up @@ -16,6 +16,7 @@ USER $NB_UID

# Install Python 3 packages
RUN conda install --quiet --yes \
'altair=4.1.*' \
'beautifulsoup4=4.9.*' \
'bokeh=2.3.*' \
'bottleneck=1.3.*' \
Expand All @@ -41,7 +42,6 @@ RUN conda install --quiet --yes \
'sqlalchemy=1.4.*' \
'statsmodels=0.12.*' \
'sympy=1.8.*' \
'vincent=0.4.*' \
'widgetsnbextension=3.5.*'\
'xlrd=2.0.*' && \
conda clean --all -f -y && \
Expand Down

0 comments on commit af07bff

Please sign in to comment.