Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Basthon
Basthon Notebook
Commits
e7ef80f4
Commit
e7ef80f4
authored
Oct 28, 2020
by
Romain Casati
Browse files
Supporting the display function.
parent
a95837cd
Pipeline
#356442
passed with stages
in 3 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
notebook/static/services/kernels/basthonwebsocket.js
View file @
e7ef80f4
...
...
@@ -189,6 +189,12 @@ define([], function() {
const
id
=
mplBus
.
push
(
data
.
content
);
send_data
=
{
"
application/javascript
"
:
"
element.append(window.mplBus.pop(
"
+
id
+
"
));
"
};
break
;
case
"
multiple
"
:
/* typically dispached by display() */
send_data
=
data
.
content
;
break
;
default
:
console
.
error
(
"
Not recognized display_type:
"
+
data
.
display_type
);
}
that
.
_send
({
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment