livebook/iframe
Jonatan Kłosko 9a016e439d
Synchronize smart cell source before evaluation (#1164)
* Synchronize smart cell source before evaluation

* Sync JS view only if present

* Synchronize with smart cell only when started

* Update references to kino packages

* Update the Smart cells notebook

* Rename add dependnecy to add package

* Update changelog
2022-05-03 15:09:37 +02:00
..
lib Serve iframes from another local port when running on http (#989) 2022-02-08 14:45:58 +01:00
priv/static Synchronize smart cell source before evaluation (#1164) 2022-05-03 15:09:37 +02:00
.formatter.exs Serve iframes from another local port when running on http (#989) 2022-02-08 14:45:58 +01:00
.gitignore Serve iframes from another local port when running on http (#989) 2022-02-08 14:45:58 +01:00
Dockerfile Serve iframes from another local port when running on http (#989) 2022-02-08 14:45:58 +01:00
fly.toml Serve iframes from another local port when running on http (#989) 2022-02-08 14:45:58 +01:00
mix.exs Serve iframes from another local port when running on http (#989) 2022-02-08 14:45:58 +01:00
mix.lock Serve iframes from another local port when running on http (#989) 2022-02-08 14:45:58 +01:00
README.md Serve iframes from another local port when running on http (#989) 2022-02-08 14:45:58 +01:00

Livebook iframes

Livebook executes custom JavaScript inside iframes. When running on http, they are served on a separate port. For https, they are safely served by livebook.space, which runs this application.