Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Side by Side Diff: ports/ipython-ppapi/README.nacl

Issue 165473002: Adds an IPython kernel running in NaCl, and a wrapper as a Chrome extension. Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: New version of IPython Kernel with Pepper messaging Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ports/ipython-ppapi/Makefile ('k') | ports/ipython-ppapi/build.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 IPyton Kernel for Native Client
2 ===============================
Sam Clegg 2014/05/02 18:59:34 typo (Python)
3
4 This package runs an IPython kernel inside Native Client.
5 It creates a Native Client binary, and support files that
6 must be available to the binary via HTTP. Running this
7 Native Client binary inside Chrome, runs an IPython kernel.
8
9 Communication with the kernel is done by Pepper messaging,
10 not by ZeroMQ. This is accomplished by making modifications
11 to the IPython Kernel. Users call postMessage from JavaScript,
12 and listening for the replies. Messages follow essentially the
13 same pattern as the IPython messaging system.
OLDNEW
« no previous file with comments | « ports/ipython-ppapi/Makefile ('k') | ports/ipython-ppapi/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698