Skip to content

Commit e70e239

Browse files
authored
Merge pull request #993 from Kaggle/jupyter-matplotlib
install ipympl
2 parents c79b569 + 26c4dd8 commit e70e239

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,8 @@ RUN pip install flashtext && \
422422
pip install easyocr && \
423423
# Keep JAX version in sync with GPU image.
424424
pip install jax==0.2.12 jaxlib==0.1.64 && \
425+
# ipympl adds interactive widget support for matplotlib
426+
pip install ipympl==0.7.0 && \
425427
/tmp/clean-layer.sh
426428

427429
# Download base easyocr models.

0 commit comments

Comments
 (0)