Skip to content

Commit

Permalink
Version 5.1.0
Browse files Browse the repository at this point in the history
* jp-kernel: upgraded to version 1
  - Started implementation of Jupyter Messaging Protocol v5.1.
  - Provided `$$.clear({wait}) to send a `clear_output` request.
  - Provided `$$.display({id})` to send `display_data` and
    `update_display_data` messages.
  - Provided `$$.input(options, {callback})` to send a
   `input_request` and handle `input_reply` messages.

* bin: added flag `--ijs-hide-execution-result` to prevent
  IJavascript from emitting `execute_result` messages.

* dockerfile: updated to use local installation and added npm
  scripts for building and testing. See:
  - `npm run docker:build:node:0.10`
  - `npm run docker:test:node:0.10`
  - `npm run docker:shell:node:0.10`
  - `npm run docker:build:node:latest`
  - `npm run docker:test:node:latest`
  - `npm run docker:shell:node:latest`

* dockerfile: added Dockerfile built on top of
  jupyter/minimal-notebook.

* lint: replaced jshint with eslint@2

* doc: updated installation instructions for Mac, Windows and
  Anaconda.

* doc: Removed documentation for deprecated API.

* NOTICE:
  IJavascript v5 will be the last version supporting Node.js 0.10,
  Node.js 4, Node.js 6 and Node.js 8.
  • Loading branch information
n-riesco committed Jun 24, 2019
1 parent 7ee18d2 commit e2411e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ijavascript",
"version": "5.0.20",
"version": "5.1.0",
"description": "IJavascript is a Javascript kernel for the Jupyter notebook",
"keywords": [
"javascript",
Expand Down

0 comments on commit e2411e6

Please sign in to comment.