Skip to content

Commit af07bff

Browse files
authored
Merge pull request #1340 from mathbunnyru/asalikhov/vincent_altair
Replace vincent with altair
2 parents 710cfa5 + 450d016 commit af07bff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/using/selecting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ and versioning strategy.
9595
`jupyter/scipy-notebook` includes popular packages from the scientific Python ecosystem.
9696

9797
- Everything in `jupyter/minimal-notebook` and its ancestor images
98-
- [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/),
98+
- [altair](https://altair-viz.github.io),
99+
[beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/),
99100
[bokeh](https://docs.bokeh.org/en/latest/),
100101
[bottleneck](https://bottleneck.readthedocs.io/en/latest/),
101102
[cloudpickle](https://github.com/cloudpipe/cloudpickle),
@@ -118,7 +119,6 @@ and versioning strategy.
118119
[sqlalchemy](https://www.sqlalchemy.org/),
119120
[statsmodel](https://www.statsmodels.org/stable/index.html),
120121
[sympy](https://www.sympy.org/en/index.html),
121-
[vincent](https://vincent.readthedocs.io/en/latest/),
122122
[widgetsnbextension](https://ipywidgets.readthedocs.io/en/latest/user_install.html#installing-in-classic-jupyter-notebook),
123123
[xlrd](https://www.python-excel.org)
124124
packages

scipy-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ USER $NB_UID
1616

1717
# Install Python 3 packages
1818
RUN conda install --quiet --yes \
19+
'altair=4.1.*' \
1920
'beautifulsoup4=4.9.*' \
2021
'bokeh=2.3.*' \
2122
'bottleneck=1.3.*' \
@@ -41,7 +42,6 @@ RUN conda install --quiet --yes \
4142
'sqlalchemy=1.4.*' \
4243
'statsmodels=0.12.*' \
4344
'sympy=1.8.*' \
44-
'vincent=0.4.*' \
4545
'widgetsnbextension=3.5.*'\
4646
'xlrd=2.0.*' && \
4747
conda clean --all -f -y && \

0 commit comments

Comments
 (0)