Commit Graph

50 Commits (33b810fe53b713dbd514bbe1c260eb05726ec9aa)

Author SHA1 Message Date
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
Brian E. Granger a9d6f2eb2d Major refactor of kernel connection management in the notebook.
15 years ago
Brian E. Granger 188e6271e1 Using beforeunload to save at exit and kill the kernel.
15 years ago
Brian E. Granger a0cbccaa03 Adding kernel/notebook associations.
15 years ago
Brian E. Granger 64273fa929 Autocompletion working with CTRL-SPACE.
15 years ago
Brian Granger e09906c1a8 Added complete method of JS kernel object.
15 years ago
Brian E. Granger 5fb6787570 Work on save widget, kernel status widget and notebook section.
15 years ago
Brian E. Granger ed3a348817 Using $.proxy to clean up callbacks.
15 years ago
Brian E. Granger 215fbc4a29 Implemented module and namespace pattern in js notebook.
15 years ago
Brian E. Granger 1fd4434be4 Splitting notebook.js into muliple files for development ease.
15 years ago