Kino
▼
Project version
v0.15.3
v0.15.2
v0.15.1
v0.15.0
v0.14.2
v0.14.1
v0.14.0
v0.13.2
v0.13.1
v0.13.0
v0.12.3
v0.12.2
v0.12.1
v0.12.0
v0.11.3
v0.11.2
v0.11.1
v0.11.0
v0.10.0
v0.9.4
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.8.1
v0.8.0
v0.7.0
v0.6.2
v0.6.1
v0.6.0
v0.5.2
v0.5.1
v0.5.0
v0.4.1
v0.4.0
v0.3.1
v0.3.0
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Pages
Modules
API Reference
Modules
Kino
Sections
Getting started
Built-in kinos
Custom kinos
Summary
Types
nothing/0
Functions
animate/2
animate/3
async_listen/2
beam_paths/0
configure/1
inspect/2
interrupt!/2
listen/2
listen/3
nothing/0
recompile/0
render/1
start_child/1
start_child!/1
terminate_child/1
tmp_dir/0
Kino.Control
Sections
Examples
Summary
Types
event_source/0
interval/0
t/0
Functions
button/1
form/2
interval/1
keyboard/2
stream/1
subscribe/2
tagged_stream/1
unsubscribe/1
Kino.FS
Summary
Functions
file_path/1
file_spec/1
Kino.Frame
Sections
Examples
Summary
Types
t/0
Functions
append/3
clear/2
new/1
render/3
Kino.Input
Sections
Examples
Async API
Summary
Types
t/0
Functions
audio/2
checkbox/2
color/2
date/2
file/2
file_path/1
image/2
number/2
password/2
range/2
read/1
select/3
text/2
textarea/2
url/2
utc_datetime/2
utc_time/2
Kino.Process
Summary
Types
label_response/0
supervisor/0
trace_target/0
Functions
app_tree/2
render_app_tree/2
render_seq_trace/3
render_sup_tree/2
seq_trace/3
sup_tree/2
Kino.Proxy
Sections
Examples
Summary
Types
plug/0
Functions
listen/1
Kino.RPC
Summary
Functions
eval_string/3
Kino.Shorts
Summary
Functions
audio/2
data_table/2
download/2
frame/1
grid/2
html/1
image/2
markdown/1
mermaid/2
read_audio/2
read_checkbox/2
read_color/2
read_date/2
read_file/2
read_image/2
read_number/2
read_password/2
read_range/2
read_select/3
read_text/2
read_textarea/2
read_url/2
read_utc_datetime/2
read_utc_time/2
tabs/1
text/1
tree/1
video/2
Kino.Workspace
Summary
Types
app_info/0
user_info/0
Functions
app_info/0
user_info/1
Built-in Kinos
Kino.Audio
Sections
Examples
Summary
Types
common_audio_type/0
mime_type/0
t/0
Functions
new/3
pause/1
play/1
Kino.DataTable
Sections
Examples
Summary
Types
t/0
Functions
new/2
update/3
Kino.Download
Sections
Examples
Summary
Types
t/0
Functions
new/2
Kino.ETS
Sections
Examples
Summary
Types
t/0
Functions
new/1
Kino.HTML
Sections
Examples
Summary
Types
t/0
Functions
new/1
Kino.Image
Sections
Examples
Summary
Types
common_image_type/0
mime_type/0
t/0
Functions
new/1
new/2
Kino.Layout
Summary
Types
t/0
Functions
grid/2
tabs/1
Kino.Markdown
Sections
Examples
Summary
Types
t/0
Functions
new/2
Kino.Mermaid
Sections
Examples
Summary
Types
t/0
Functions
new/2
Kino.Text
Sections
Examples
Summary
Types
t/0
Functions
new/2
Kino.Tree
Sections
Examples
Summary
Functions
new/1
Kino.Video
Sections
Examples
Summary
Types
common_video_type/0
mime_type/0
t/0
Functions
new/3
Custom Kinos
Kino.JS
Sections
Example
Assets
JavaScript API
Dependencies
Live kinos
Summary
Types
t/0
Functions
asset/2
new/3
Kino.JS.Live
Sections
Example
Event handlers
Binary payloads
Summary
Types
from/0
payload/0
t/0
Callbacks
handle_call/3
handle_cast/2
handle_connect/1
handle_event/3
handle_info/2
init/2
terminate/2
Functions
call/3
cast/2
monitor/1
new/3
reply/2
Kino.JS.Live.Context
Sections
Properties
Summary
Types
origin/0
t/0
Functions
assign/2
broadcast_event/3
emit_event/2
reconfigure_smart_cell/2
send_event/4
update/3
Kino.SmartCell
Sections
Usage
Example
Collaborative editor
Other options
Summary
Types
attrs/0
eval_result/0
Callbacks
handle_editor_change/2
scan_binding/3
scan_eval_result/2
to_attrs/1
to_source/1
Functions
definitions/0
prefixed_var_name/2
quoted_to_string/1
register/1
valid_variable_name?/1
Protocols and Behaviours
Kino.Inspect
Summary
Types
t/0
Functions
new/1
Kino.Render
Summary
Types
t/0
Functions
to_livebook/1
Kino.Table
Summary
Types
column/0
info/0
rows_spec/0
state/0
t/0
type/0
Callbacks
export_data/3
get_data/2
init/1
on_update/2
Functions
new/3
update/2
Testing
Kino.Test
Summary
Functions
assert_broadcast_event/4
assert_output/2
assert_output_to/3
assert_output_to_clients/2
assert_send_event/4
assert_smart_cell_update/4
configure_livebook_bridge/1
connect/3
push_event/3
push_smart_cell_editor_source/2
start_smart_cell!/2
Exceptions
Kino.FS.ForbiddenError
Kino.InterruptError
Summary
Types
t/0
Search documentation of Kino
Settings
View Source
Kino.FS.ForbiddenError
exception
(Kino v0.14.2)
Exception raised when access to a notebook file is forbidden.
×