You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bill Reed edited this page Oct 3, 2016
·
1 revision
The tool located at tools/js2Notebook will generate notebooks from the javascript examples.
For an example to be cleanly converted into a notebook, the following guidelines should be followed:
2 blank lines will indicate the start of a new notebook cell
all comments (except copyrights, usage, unit test) are converted to markdown cells.
if there is the unit test check , it must be exactly as follows
if (typeof sparkContext === 'undefined') {
.
.
}
if there are arguments with default values, they need to be in one line in the form: