Skip to content

v0.10.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexarchambault alexarchambault released this 19 Oct 16:53
380c460

Changes

Variable Inspector

This release adds API endpoints for the jupyterlab_variableInspector extension. Note that this requires changes in a pending PR to work, and it is recommended to pass --variable-inspector when installing Almond to enable it (to avoid issues related to #666 when the extension runs its initialization script).

Until jupyterlab-contrib/jupyterlab-variableInspector#168 is merged, its changes have been pushed in a fork, and temporarily published as @almond-sh/jupyterlab_variableinspector on NPM. See the README of the fork for how to install it and enable the variable inspector.

Faster Spark progress bars

Changes in the code handling progress bars for Spark jobs was made more efficient, so that it doesn't slow things down when there are many tasks. Changed in #658, thanks to @darkjh.

Miscellaneous

  • Respect the store_history field of execute requests
  • Enable router handover for ZMQ router sockets

Updates

  • Update scalafmt to 2.7.5