diff --git a/datascience-notebook/README.md b/datascience-notebook/README.md index faac79ed..8142902a 100644 --- a/datascience-notebook/README.md +++ b/datascience-notebook/README.md @@ -10,7 +10,7 @@ * Conda R v3.3.x and channel * plyr, devtools, shiny, rmarkdown, forecast, rsqlite, reshape2, nycflights13, caret, rcurl, and randomforest pre-installed * The [tidyverse](https://github.com/tidyverse/tidyverse) R packages are also installed, including ggplot2, dplyr, tidyr, readr, purrr, tibble, stringr, lubridate, and broom -* Julia v0.5.x with Gadfly, RDatasets and HDF5 pre-installed +* Julia v0.6.x with Gadfly, RDatasets and HDF5 pre-installed * Unprivileged user `jovyan` (uid=1000, configurable, see options) in group `users` (gid=100) with ownership over `/home/jovyan` and `/opt/conda` * [tini](https://github.com/krallin/tini) as the container entrypoint and [start-notebook.sh](../base-notebook/start-notebook.sh) as the default command * A [start-singleuser.sh](../base-notebook/start-singleuser.sh) script useful for running a single-user instance of the Notebook server, as required by JupyterHub