Skip to content

Commit 9b7312d

Browse files
authored
Add info about messaging specs
I found it very useful to read https://jupyter-client.readthedocs.io/en/stable/messaging.html in order to understand what is happening here. What do you think?
1 parent c2a2bcc commit 9b7312d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

notebook/static/services/kernels/kernel.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ define([
1919
* Preliminary documentation for the REST API is at
2020
* https://github.com/ipython/ipython/wiki/IPEP-16%3A-Notebook-multi-directory-dashboard-and-URL-mapping#kernels-api
2121
*
22+
* Documentation for the messaging specifications is at
23+
* https://jupyter-client.readthedocs.io/en/stable/messaging.html
24+
*
2225
* @class Kernel
2326
* @param {string} kernel_service_url - the URL to access the kernel REST api
2427
* @param {string} ws_url - the websockets URL

0 commit comments

Comments
 (0)