- Open your terminal (on Mac, the default terminal is named ... Terminal)
- Go to Homebrew and paste script at the top into Terminal
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install
jupyter
:brew install jupyter
- Open a new notebook to confirm:
jupyter notebook
- If you don't have the
R
kernel when you open a new notebook (and you probably shouldn't), then you'll need to install theIRkernel
: from the terminal, openR
: theninstall.packages("IRkernel")
- Create a Jupyter notebook with the
R
kernel.