59 Commits (41ffe3d02748e40d67cb97d0d436e855e4697c49)

Author SHA1 Message Date
MinRK 43eb765793 js comment about session id in first message
13 years ago
MinRK 5b434b705f use inline raw_input instead of a dialog
13 years ago
MinRK f38f2b7ac4 add stdin to notebook
13 years ago
MinRK 74f8972505 specify socket identity from kernel.js
13 years ago
MinRK 08cbf96075 don't restart channels on kernel restart
13 years ago
MinRK e854617caf restart channels on kernel restart
13 years ago
MinRK 8204a6fb6d handle new autorestart javascript-side
13 years ago
MinRK d684fb8529 fix payload keys
13 years ago
Brian E. Granger b9193360a2 Refactoring WebSocket connection failure logic.
13 years ago
Mikhail Korobov 4bca5a19ea Some bugs in js (mostly scoping bugs) are fixed
13 years ago
Matthias BUSSONNIER 43fb0ef6af document base of toolbar
13 years ago
Matthias BUSSONNIER f91c4f447d start docummenting kernel
13 years ago
Matthias BUSSONNIER 4aea2b495a add status_started event to Kernel
13 years ago
Matthias BUSSONNIER 68fd917bfb change all trigger parameter to (event,data)
13 years ago
Matthias BUSSONNIER afa18913b9 invert event name
13 years ago
Matthias BUSSONNIER eeea623161 Add event to kernel execution/shell reply.
13 years ago
Bussonnier Matthias 45f79e0509 Merge pull request #2192 from Carreau/notification
14 years ago
Matthias BUSSONNIER 71a1675c8f tweek notebook notification behavior
14 years ago
Jason Grout e9324378e8 Include the kernel object in the event object passed to kernel events
14 years ago
MinRK 25aa3003ac add metadata to javascript msg spec implementation
14 years ago
Jason Grout 7095b9eb87 Make top-level metadata dictionary not optional.
14 years ago
Jason Grout 4ad79b41f6 Set default metadata for javascript callback
14 years ago
Jason Grout 9436f33035 Add an optional metadata attribute to all messages and add a session-level default metadata attribute.
14 years ago
Jason Grout 009e5583cf Pass the header of output and clear_output messages to javascript callbacks
14 years ago
MinRK 654fed95be avoid double websocket-close message
14 years ago
Roy Hyunjin Han ec3babe3ff Reconnect when the websocket connection closes unexpectedly
14 years ago
Brian Granger 9826a17ae2 Removing cell from execute callbacks in kernel.js.
14 years ago
Brian Granger e817bfdaeb Update directview.ipynb & allowing no-callbacks in kernel.execute.
14 years ago
Brian Granger f306423c7e Adding options to Kernel.execute with a default of silent=true.
14 years ago
Brian Granger 0d6a698688 Major refactoring of the Notebook, Kernel and CodeCell JavaScript.
14 years ago
Brian Granger f387e52610 Proper error handling for nbformat versions in client code.
14 years ago
Brian Granger e59f95376d Major refactoring of saving, notification.
14 years ago
Matthias BUSSONNIER 1fb62e259e tab pick if only one match left
14 years ago
Stefan van der Walt 6ffc2ffd4b Clean up javascript based on js2-mode feedback.
14 years ago
Matthias BUSSONNIER bc5aeebd11 handle null objectname on tooltip
14 years ago
Matthias BUSSONNIER 3053ec9f9b Add Tootip to notebook.
14 years ago
MinRK 487d110557 use jQuery dialog instead of alert()
14 years ago
MinRK b73d616279 alert client on failed and lost web socket connections
14 years ago
Brian E. Granger 1f699c8c23 Further work updating JS URL scheme to use data-base-project-url.
14 years ago
Brian E. Granger 1f06a280ca Updating JS URL scheme to use embedded data.
14 years ago
MinRK 52592d47b1 fix missing trailing comma in kernel.js
14 years ago
MinRK 4eb4926812 use ROUTER/DEALER sockets for stdin
14 years ago
Brian E. Granger 98393e9a28 Merge branch 'enh/httpauth' of https://github.com/satra/ipython into satra-enh/httpauth
15 years ago
MinRK d11ef986a4 authenticate Websockets with the session cookie
15 years ago
MinRK 549cf4ee2a fix undefined 'session_id' member in kernel.js
15 years ago
Brian E. Granger 0f3bc468e3 Better alert message if no WebSockets are detected.
15 years ago
Brian E. Granger e08bdc3d6f Better WebSocket detection added.
15 years ago
Brian E. Granger 164ef7c9cb Adding code to handle MozWebSocket for FF 6.
15 years ago
Brian E. Granger e176318797 More review changes.
15 years ago
Brian E. Granger dfac7eca2b WebSocket url is now passed to browser when a kernel is started.
15 years ago