-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
77 additions
and
83 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
const julia_packages = [ | ||
"IJulia", # DO NOT REMOVE | ||
# add class specific classes here: | ||
"CSV", | ||
"DataFrames", | ||
"DecisionTree", | ||
"Primes", | ||
"StatsBase", | ||
"MLJ", | ||
"Plots", | ||
"Grisu" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,70 @@ | ||
# add class-specific packages here: | ||
|
||
# these are the scipy base packages ( YOU PROBABLY DON'T WANT TO REMOVE THESE ) | ||
dask | ||
pandas | ||
numexpr | ||
matplotlib | ||
scipy | ||
seaborn | ||
scikit-learn | ||
scikit-image | ||
sympy | ||
cython | ||
patsy | ||
statsmodels | ||
cloudpickle | ||
dill | ||
numba | ||
bokeh | ||
sqlalchemy | ||
hdf5 | ||
vincent | ||
beautifulsoup4 | ||
protobuf | ||
xlrd | ||
bottleneck | ||
pytables | ||
|
||
# these are the base r packages in the r-notebook image ( YOU PROBABLY WANT THESE IF YOUR TARGET IN DOCKER IS r_lang OR r_julia ) | ||
# https://stat.ethz.ch/R-manual/R-devel/library/base/html/00Index.html | ||
r-base=4.2.* | ||
# https://github.com/topepo/caret/releases/tag/v6.0-93 | ||
r-caret=6.* | ||
# https://cran.r-project.org/web/packages/crayon/index.html | ||
r-crayon=1.* | ||
# https://cran.r-project.org/web/packages/devtools/index.html | ||
r-devtools=2.* | ||
# https://cran.r-project.org/web/packages/forecast/index.html | ||
r-forecast=8.* | ||
# https://cran.r-project.org/web/packages/hexbin/index.html | ||
r-hexbin=1.* | ||
# https://cran.r-project.org/web/packages/htmltools/index.html | ||
r-htmltools=0.* | ||
# https://cran.r-project.org/web/packages/htmlwidgets/index.html | ||
r-htmlwidgets=1.* | ||
# https://github.com/IRkernel/IRkernel/releases/tag/1.3.2 | ||
r-irkernel=1.* | ||
# https://cran.r-project.org/web/packages/nycflights13/index.html | ||
r-nycflights13=1.* | ||
# https://cran.r-project.org/web/packages/randomForest/index.html | ||
r-randomforest=4.* | ||
# https://cran.r-project.org/web/packages/RCurl/index.html | ||
r-rcurl=1.98* | ||
# https://cran.r-project.org/web/packages/rmarkdown/index.html | ||
r-rmarkdown=2.* | ||
# https://cran.r-project.org/web/packages/odbc/index.html | ||
r-rodbc=1.* | ||
# https://cran.r-project.org/web/packages/RSQLite/index.html | ||
r-rsqlite=2.* | ||
# https://cran.r-project.org/web/packages/shiny/index.html | ||
r-shiny=1.* | ||
# https://cran.r-project.org/web/packages/tidyverse/index.html | ||
r-tidyverse | ||
unixodbc=2.* | ||
# https://cran.r-project.org/web/packages/tidymodels/index.html | ||
r-tidymodels=1.* | ||
|
||
# required for environment and plugins ( DO NOT REMOVE THESE!!! ) | ||
ipython | ||
ipykernel | ||
ipykernel |