livebook/iframe
Jonatan Kłosko 8e063792ff
Improvements to the smart cells flow (#1150)
* Reword reinstall to restart

* Clarify Smart cell message when dependencies are installing

* Handle universal shortcuts in inside iframe inputs

* Adjust smart cell icons

* Improve wording in the dependency install prompt

* Reevaluate cells after installing smart cell dependencies

* Update lib/livebook_web/live/session_live/cell_component.ex

Co-authored-by: José Valim <jose.valim@dashbit.co>

Co-authored-by: José Valim <jose.valim@dashbit.co>
2022-04-30 12:26:03 +02:00
..
lib Serve iframes from another local port when running on http (#989) 2022-02-08 14:45:58 +01:00
priv/static Improvements to the smart cells flow (#1150) 2022-04-30 12:26:03 +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.