knitr::opts_chunk$set(echo = TRUE, collapse = TRUE, comment = "#>", eval = FALSE)

ljnb

lifecycle

An R package for launching Jypter notebooks

Installation

Install the development version from Github with:

## install remotes pkg if not already
if (!requireNamespace("remotes")) {
  install.packages("remotes")
}

## install from github
remotes::install_github("mkearney/ljnb")

Use

## open jupyter environment at '~/my_data_science_project'
launch_jupyter("~/my_data_science_project")


mkearney/ljnb documentation built on May 23, 2019, 9:51 a.m.