python version 2.7.To check what version you have in terminal
python --versionTo install, if it’s not already
sudo apt-get install pythonpipTo install,
sudo apt-get install python-pippython-dev, libzmq and libcurlTo install,
sudo apt-get install python-dev libzmq3-dev libcurl4-openssl-devipython notebooksTo install,
sudo pip install "ipython[notebook]"IRKernelTo install, in R
#if not already installed
install.packages("devtools")
library(devtools)
install_github('armstrtw/rzmq')
install_github("takluyver/IRdisplay")
install_github("takluyver/IRkernel")Clone CoLaboratory repo
git clone --recursive git@github.com:jupyter/colaboratory.gitRun
cd colaboratory
pip install -r requirements.txtClone this talk’s repo (after getting out of the colaboratory directory)
cd ..
git clone git@github.com:andeek/presentations.gitCopy resources/profile_R to ~/.ipython/profile_R/
mkdir ~/.ipython
cp -rf presentations/isu-graphics/data_with_friends/resources/profile_R ~/.ipython/profile_R