Commit graph

964 commits

Author SHA1 Message Date
José Valim
793401cc35 Delete localhost hub 2023-03-30 17:08:37 +02:00
Jonatan Kłosko
2e12b74603
Update persistence and app forms (#1840) 2023-03-29 21:07:37 +02:00
Akash Hiremath
a98fce7e92
Correct cookie field label (#1837) 2023-03-29 12:00:33 +02:00
Jonatan Kłosko
92bb567645
Make the app list on auth screen live (#1836) 2023-03-29 01:02:07 +02:00
Jonatan Kłosko
dbab38a763
Show app URLs as relative (#1835) 2023-03-28 18:41:22 +02:00
José Valim
f52ff1e9ec
Purge cookies once they exceed 24kB, closes #1832 (#1833) 2023-03-28 17:11:44 +02:00
Jonatan Kłosko
15d2b2f75e
Allow for hiding notebooks from recent list (#1830) 2023-03-27 20:59:12 +02:00
Jonatan Kłosko
fda0525fae
Use Livebook as suffix in page title (#1828) 2023-03-27 12:56:53 +02:00
José Valim
7e3f60e8b8 Consistent bottom of page spacing 2023-03-25 22:50:36 +01:00
José Valim
9fa8fcef1b Explain secrets on the hub page, closes #1827 2023-03-25 22:50:26 +01:00
José Valim
24424a9c7d Update kino_bumblebee dep 2023-03-24 22:20:27 +01:00
José Valim
a2c58f8d8e
Improve apps on mobile (#1821) 2023-03-24 15:22:50 +01:00
Jonatan Kłosko
1e995cfca3
Allow unstarring notebooks directly from the cards (#1818) 2023-03-22 17:37:44 +01:00
Jonatan Kłosko
32987558be
Add support for clients-only outputs (#1810) 2023-03-21 20:32:22 +01:00
Jonatan Kłosko
eba8bcac59
Simplify communication with evaluation group leader (#1816) 2023-03-21 20:31:55 +01:00
Jonatan Kłosko
d69cfc3d6d
Optimise parent cells queueing (#1815) 2023-03-21 19:00:02 +01:00
Jonatan Kłosko
de310c0c36
Support gzip compression of JS view assets (#1813) 2023-03-21 17:45:27 +01:00
Jonatan Kłosko
4a0a958509 Update docs 2023-03-21 12:58:16 +01:00
José Valim
4b8834c599
Do not stop booting if apps path is unavailable (#1812) 2023-03-21 12:33:53 +01:00
José Valim
950d556e19 Changes to home page to take less space 2023-03-21 12:15:22 +01:00
Matt Furden
b4504e342c
Modify kino button example to render the button (#1811) 2023-03-21 01:39:40 +01:00
davidtew
bd41b5b178
Improve grammar in Explorer notebook (#1808) 2023-03-20 20:47:32 +01:00
Jonatan Kłosko
8be942590a
Update preview on change in image and audio inputs (#1807) 2023-03-20 20:09:41 +01:00
Alexandre Hamez
7059aa235c
Add missing :req dependency (#1806) 2023-03-20 17:50:51 +01:00
Hugo Baraúna
d98858f76d
Bumps dependency on kino_slack to v0.1.1 (#1803) 2023-03-20 15:26:17 +01:00
José Valim
ec713f6d40 Final adjustments 2023-03-20 13:36:37 +01:00
José Valim
5d6cb53831 Guides updated 2023-03-20 12:09:43 +01:00
José Valim
d880b9a073 Use Kino.listen throughout 2023-03-20 11:23:56 +01:00
Cristine Guadelupe
7eefd32a2d
Updates KinoExplorer (#1800) 2023-03-18 08:48:25 +01:00
Jonatan Kłosko
b951d14b9f Bump kino dependency in learn notebooks 2023-03-17 18:35:37 +01:00
Jonatan Kłosko
c1a2c924c6
Flush frame outputs from state (#1798) 2023-03-17 18:30:30 +01:00
José Valim
fc370470b2 Do not assume :console information is available 2023-03-17 18:11:22 +01:00
Jonatan Kłosko
577a4657c8
Fix ignored form submissions (#1799) 2023-03-17 17:12:03 +01:00
José Valim
c2b5366770 More nits 2023-03-17 14:00:34 +01:00
José Valim
4320fb1f6b Deploy app notebook 2023-03-17 10:38:44 +01:00
Jonatan Kłosko
a7ec938416 Bump kino_bumblebee 2023-03-16 23:14:51 +01:00
Jonatan Kłosko
9d1767dd50
Add support for plain text output (#1790) 2023-03-15 17:48:38 +01:00
Alexandre de Souza
bf77b28601
Bump req_athena and req_bigquery (#1793) 2023-03-15 13:22:16 -03:00
Jonatan Kłosko
2ec24732bd
Automatically evaluate changed parent cells (#1786) 2023-03-14 23:48:07 +01:00
José Valim
764d775ed3 Initial revamp of notebooks
Deployment and introduction to Kino
still need to be rewritten.
2023-03-14 15:29:09 +01:00
ByeongUk Choi
a9ea50f01a
Add Advanced Kino to the learn page (#1745) 2023-03-14 11:37:31 +01:00
Cristine Guadelupe
debb141d49
Data transform guide (#1773) 2023-03-14 11:36:54 +01:00
Jannik Becher
336ae74fb6
Add keyboard shortcut for collapse/expand section (#1779)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-03-13 22:37:11 +01:00
José Valim
77d03de114 - The Livebook Team => The Livebook crew | to avoid confusion 2023-03-13 21:23:31 +01:00
Hugo Baraúna
16afba757b
Updates link to Livebook Teams survey (#1783) 2023-03-13 20:10:24 +01:00
Jonatan Kłosko
9712554c14
Add secret key to personal hub edit form (#1776)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-03-13 20:10:11 +01:00
Jonatan Kłosko
a6d3b1c568
Override default syntax colors in runtime node (#1782) 2023-03-13 19:32:00 +01:00
Jonatan Kłosko
07fab99353
Don't garbage collect input values when converting smart cell to code (#1781) 2023-03-13 18:31:31 +01:00
Jonatan Kłosko
9dc09c3146 Adjust headings spacing 2023-03-13 17:40:19 +01:00
Jonatan Kłosko
6e4c81edae
Fix attribute replacement in storage (#1778) 2023-03-13 16:27:25 +01:00