notes/jupyter/setup.md
2020-04-20 11:43:56 -04:00

334 B

install R kernel for jupyter to use

  • sudo R
  • install.packages('IRkernel')
  • IRkernel::installspec()

run on network: jupyter notebook --ip 10.0.10.15 --port 8888

basic packages:

  • ggplot2, plyr, ggExtra, scales

issues with connectin to kernel, atempting update of all packages update.packages(ask = FALSE)