Skip to content

PluribusDigital/scout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scout

Description:

This repo is used as a starting point for experimenting with R inside of Jupyter notebooks

Installation

These steps are for Mac installation. (R steps from here)

$ <clone this repo to a local path>
$ brew install python R
$ pip3 install -r requirements.txt
$ R

> install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))

...(hundreds of build lines)

> devtools::install_github('IRkernel/IRkernel')
> IRkernel::installspec(user = FALSE)
> q()

Verify installation

Terminal 1
$ jupyter notebook
  1. Click on iris-cart.ipynb
  2. The notebook should be able to run

About

Shipping skeleton for R inside Jupyter notebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published