R: Configure Jupyter to work with R on a Mac
www.chrisjmendez.com › 2018/12/04 › configureDec 04, 2018 · Here's how. Step 0 - Install Jupyter Install Jupyter notebook on a Mac using Homebrew. Step 1 - Configuring Jupyter for R Open up Utilities > Terminal and install a few more R-related packages using Homebrew. brew install libgit2 Open up R within Terminal. r Install these R libraries. Take note how you can download multiple libraries at once.