notes/jupyter.md

409 B

Install jupyter lab via pip

install R kernel for jupyter to use

  • sudo R
  • install.packages('IRkernel') (most likely have to run R under sudo)
  • IRkernel::installspec() (don't use sudo R)

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)