mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-23 12:49:41 +08:00
install widgets
This commit is contained in:
parent
4257cc9305
commit
001b3b7936
@ -79,7 +79,8 @@ RUN BUILD_DEPS="nodejs-legacy npm" && \
|
||||
apt-get update -qq && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -yq $BUILD_DEPS && \
|
||||
\
|
||||
pip3 install --no-cache-dir --pre -e /usr/src/jupyter-notebook && \
|
||||
pip3 install --no-cache-dir /usr/src/jupyter-notebook && \
|
||||
pip3 install ipywidgets && \
|
||||
\
|
||||
npm cache clean && \
|
||||
apt-get clean && \
|
||||
|
Loading…
Reference in New Issue
Block a user