Skip to content

Commit

Permalink
Add kaleido
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda authored Jun 26, 2024
1 parent 5e7aea3 commit 57786c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ USER ${NB_USER}

# Install learnr and other requested packages in https://2i2c.freshdesk.com/a/tickets/741
# mosaic installed per https://2i2c.freshdesk.com/a/tickets/973
# kaleido installed per https://2i2c.freshdesk.com/a/tickets/1783
RUN install2.r --skipinstalled \
learnr \
XLConnect \
Expand All @@ -33,6 +34,7 @@ RUN install2.r --skipinstalled \
ggmap \
quantmod \
mosaic \
kaleido \
&& rm -rf /tmp/downloaded_packages

# Set working directory so Jupyter knows where to start
Expand Down

0 comments on commit 57786c4

Please sign in to comment.