File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,8 @@ and versioning strategy.
95
95
` jupyter/scipy-notebook ` includes popular packages from the scientific Python ecosystem.
96
96
97
97
- 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/ ) ,
99
100
[ bokeh] ( https://docs.bokeh.org/en/latest/ ) ,
100
101
[ bottleneck] ( https://bottleneck.readthedocs.io/en/latest/ ) ,
101
102
[ cloudpickle] ( https://github.com/cloudpipe/cloudpickle ) ,
@@ -118,7 +119,6 @@ and versioning strategy.
118
119
[ sqlalchemy] ( https://www.sqlalchemy.org/ ) ,
119
120
[ statsmodel] ( https://www.statsmodels.org/stable/index.html ) ,
120
121
[ sympy] ( https://www.sympy.org/en/index.html ) ,
121
- [ vincent] ( https://vincent.readthedocs.io/en/latest/ ) ,
122
122
[ widgetsnbextension] ( https://ipywidgets.readthedocs.io/en/latest/user_install.html#installing-in-classic-jupyter-notebook ) ,
123
123
[ xlrd] ( https://www.python-excel.org )
124
124
packages
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ USER $NB_UID
16
16
17
17
# Install Python 3 packages
18
18
RUN conda install --quiet --yes \
19
+ 'altair=4.1.*' \
19
20
'beautifulsoup4=4.9.*' \
20
21
'bokeh=2.3.*' \
21
22
'bottleneck=1.3.*' \
@@ -41,7 +42,6 @@ RUN conda install --quiet --yes \
41
42
'sqlalchemy=1.4.*' \
42
43
'statsmodels=0.12.*' \
43
44
'sympy=1.8.*' \
44
- 'vincent=0.4.*' \
45
45
'widgetsnbextension=3.5.*' \
46
46
'xlrd=2.0.*' && \
47
47
conda clean --all -f -y && \
You can’t perform that action at this time.
0 commit comments