set_jupyter: 'Set up Jupyter Nodebook'

Description Usage Arguments Value Examples

View source: R/set_jupyter.R

Description

Set up Jupyter Nodebook

Usage

1
set_jupyter(port = 9999)

Arguments

port

The port you are going to listen.

Value

nothing.

Examples

1
2
3
4
5
6
7
8
9
## find ssh process ID and kill it in nodes
ps -ef | grep ssh | grep "jolyang"
kill -9 pid

## I don<e2><80><99>t know what local port is available for me to use.
Linux: netstat -a | grep "999"
Mac OS X: lsof -i -P | grep LISTEN

set_jupyter(port=9998)

yangjl/farmeR documentation built on May 4, 2019, 2:28 p.m.