v0.9.0 -- Widgets, DOM, Wasm, Front-end communication, nbexec
#73
janpfeifer
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a large update, which includes refactoring of internal package to an
internal
subdirectory:to the kernel, and through it to the users cells.
gonb/gonbui/widgets
.gonb/gonbui/comms
.Listen[T](address)
function added to create a channel listeningto front-end updates.
--comms_log
flag to add verbose logging to the Javascript console.gonb/gonbui/dom
.Persist()
added to persist transient changes to the DOM -- meaningdynamically generated HTML and widgets will show up when exporting
to HTML or when running
nbconvert
.gonb/cmd/nbexec
to execute notebooks for integration testing --nbconvert --execute
was not working.can write widgets like this. Experimental: there are some use cases are not 100% clear. See
"%help" for details on how this works.
github.com/janpfeifer/gonb/gonbui/wasm
library with some basic helpers to writeWASM widgets.
gonb/examples/wasm_demo.ipynb
with a couple of examples of Wasm.package
, with improved error message.handled. Specially important when executing cells that take a long time.
they are received.
%env VAR=VALUE
syntax as well (like ipython uses).This discussion was created from the release v0.9.0 -- Widgets, DOM, Wasm, Front-end communication, `nbexec`.
Beta Was this translation helpful? Give feedback.
All reactions