-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* kernel.js: Implemented `complete_request` handler * sm.js: Updated `task` definition to allow the inspection of objects * sm_server.js: Implemented action to inspect object properties
- Loading branch information
Showing
14 changed files
with
812 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ misc/ | |
node_modules/ | ||
res/.ipynb_checkpoints/ | ||
res/test.ipynb | ||
res/test-complete.ipynb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ misc/ | |
node_modules/ | ||
res/.ipynb_checkpoints/ | ||
res/test.ipynb | ||
res/test-complete.ipynb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
The IJavascript kernel is implemented by class `Kernel` in | ||
[`kernel.js`](../../lib/kernel.js). This kernel makes use of the Javascript | ||
sessions provided by module `sm` in [`sm.js`](../../lib/sm.js). This module | ||
provides Javascript sessions by means of the `node.js` server implemented in | ||
provides Javascript sessions by means of a `node.js` server implemented in | ||
[`sm_server.js`](../../lib/sm_server.js). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.