A Jupyter notebook that mixes Python3 and R.
https://nbviewer.jupyter.org/github/dmil/jupyter-quickstart/blob/master/notebook.ipynb
- Homebrew
- Python 3
-
Install some packages with HomeBrew
brew install r brew install libgit2
-
Clone the repo and
cd
into the folder you cloned -
Install R and python packages
RScript setup.R pip3 install -r requirements.txt
-
Open the jupyter notebook
jupyter notebook notebook.ipynb
See additional setup instructions inside setup-fte.R
.