jupyter_server: Launch a jupyter server or connect with one already running

Description Usage Arguments

View source: R/jupyter_server.R

Description

Launch a jupyter server or connect with one already running

Usage

1
2
jupyter_server(notebook = NULL, dir = NULL, port = 8888,
  ip = "localhost", view = NULL)

Arguments

notebook

to open. If file does not exist, it will be created, with a .ipynb extension. Default is none, just launch a server in the background.

dir

the server working directory. Default is either the working directory or parent directory of the notebook.

port

the port on which to launch the server. Default is 8888.

ip

the ip to launch the server on. Default is 'localhost'

view

open a viewer window or browser with the server? Default is to view only if a notebook is specified.


noamross/juno documentation built on May 23, 2019, 9:30 p.m.