Spark Notebook v0.8.3 Release Notes
Release Date: 2017-07-23 // over 7 years ago-
๐ like v0.8.2, just with a fix for Docker and Debian builds
Previous changes from v0.8.2
-
๐ > Note: for
Spark < 2.0
, see v0.7.0-pre2๐ > This is (likely) the last release which supports
Scala 2.10
.๐ Various fixes and improvements , among others:
- ๐ป redesigned UI to be more user-friendly (minimalistic UX, cell context menu, improve sidebar)
- ๐ better
Scala 2.11
support (code autocompletion; fixed kernel failures; improvedcustomDeps
fetching) - ๐ Use
coursier
for faster deps resolving during the build - ๐ code cleanup and other stability fixes
- ๐ ease usage of Mesos in Spark 2.1: it now includes the
spark-mesos
lib by default (added-Dwith.mesos=true
build option)
๐ New features:
- SBT project generation from a notebook (experimental)
- Notebook edit versioning, and storage on Git (experimental)
- ๐ Viewer-only mode - a build option which makes notebooks not editable
โ Removed:
- โ removed
:dp, :cp, :local-repo, :remote-repo
commands (useEdit -> Notebook metadata
instead) - โ removed old plotting libs:
Rickshawts
,TauChart
,LinePlot
,Bokeh
(all superseeded by Plotly)