September 2018
Intermediate to advanced
398 pages
9h 43m
English
A notebook is a document in which you can add paragraphs. Each paragraph can use a different interpreter, which interacts with a specific framework or language.
In each paragraph, there are two sections:
If, for example, you choose to use a Spark interpreter, all the lines of code you write in the paragraph will be interpreted (like the REPL seen in Chapter 1, Writing Your First Program). All variables defined will be kept in memory and shared with all the other paragraphs of the notebook. Similarly to the Scala REPL, when you execute it, the output of the execution along with the types of the variables ...
Read now
Unlock full access