launch_jupyter: Launch jupyter

Description Usage Arguments Value Requirements

View source: R/launch.R

Description

Opens terminal and launches a Juypter environment in the system's default browser.

Usage

1
launch_jupyter(path = ".")

Arguments

path

Path to desired default directory for Jupyter environment.

Value

Opens a new terminal and executes a jupyter command, which should, in turn, open the system's default browser to the launched jupyter server.

Requirements

This function assumes the installation of Anaconda (a data science distribution/platform for R and python), which comes bundled with Python and Jupyter.

For instructions on installing Anaconda see http://docs.anaconda.com/anaconda/install/.


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