Fork this repository and follow the instructions below to set up a Jupyter notebook that mixes Python3 and R. If you've already done this before, skip the brew install steps.
https://nbviewer.jupyter.org/github/dmil/jupyter-quickstart/blob/master/notebook.ipynb
- Homebrew
- Python 3
- Fork this repository into your own GitHub account
- Clone that fork (your own copy) locally onto your computer
cd
in the folder where it is cloned and run the following:
brew install r
brew install libgit2
RScript setup.R
pip3 install -r requirements.txt
jupyter notebook notebook.ipynb