We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd06221 + 6ab40c1 commit ea5bfc4Copy full SHA for ea5bfc4
notebook/static/services/kernels/kernel.js
@@ -79,6 +79,7 @@ define([
79
Kernel.prototype._get_msg = function (msg_type, content, metadata, buffers) {
80
var msg = {
81
header : {
82
+ date: new Date().toISOString(),
83
msg_id : utils.uuid(),
84
username : this.username,
85
session : this.session_id,
0 commit comments