Skip to content

v5.0.0

Choose a tag to compare

@n-riesco n-riesco released this 18 May 22:55
· 208 commits to master since this release

Implemented asynchronous output and Jupyter Messaging Protocol v5

sm.js

  • Implemented asynchronous output (see this notebook for details).

kernel.js

  • Implemented Jupyter Messaging Protocol v5 (IPython v3+).

ijs

  • Added option --ijs-install-kernel to install the IJavascript kernel without opening the Jupyter dashboard.
  • Added IJavascript logo.

doc

  • Generated IJavascript website.
  • Added two Javascript tutorials to the website: about the global object and about the keyword this.