mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-31 11:18:57 +08:00
8e063792ff
* 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> |
||
---|---|---|
.. | ||
lib | ||
priv/static | ||
.formatter.exs | ||
.gitignore | ||
Dockerfile | ||
fly.toml | ||
mix.exs | ||
mix.lock | ||
README.md |
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.