Jonatan Kłosko
238b20b925
Fix smart cell source pruning
2023-01-27 15:39:47 +01:00
Wojtek Mach
0df2fe4fd1
Hub fixes ( #1657 )
2023-01-25 20:40:14 +01:00
Linus
9f3ea5856a
Check attached node elixir version ( #1654 )
...
The attached node should have a minimum elixir version, to avoid
problems at runtime.
For example, Livebook version 0.8 introduced a dependency on
`Code.eval_quoted_with_env/4` which is new since elixir 1.14.2.
2023-01-23 22:14:40 +01:00
Wojtek Mach
26305a9687
Add "Copy URL", "View Logs" and "Settings" buttons ( #1650 )
2023-01-19 17:15:42 +01:00
Wojtek Mach
32d0f89312
Display "Livebook is shutting down" flash on desktop app shutdown ( #1645 )
2023-01-18 14:11:40 +01:00
Wojtek Mach
596df882fc
Rebuild Livebook Desktop ( #1641 )
2023-01-16 21:09:47 +01:00
Aayush Kumar Sahu
18735928c9
Fix import button disappear in small screens ( #1643 )
2023-01-15 12:43:12 +01:00
Alexandre de Souza
ae3a5661a8
Implement emojis instead of colors ( #1636 )
2023-01-12 17:37:12 -03:00
Jonatan Kłosko
57e1df74f3
Allow specifying S3 region explicitly ( #1638 )
2023-01-12 13:32:08 +01:00
Alexandre de Souza
3b2ea3c8ce
Update Connection life-cycle and implement ChangesetError
message ( #1633 )
2023-01-10 17:12:35 -03:00
José Valim
ee1fea2993
Improve docs for runtimes ( #1630 )
2023-01-08 12:47:43 +01:00
Jonatan Kłosko
d6f758661b
Make automatic reevaluation more accessible ( #1628 )
2023-01-07 15:18:31 +01:00
Alexandre de Souza
b82e360df9
Implement Enterprise secret creation from Session ( #1612 )
2023-01-06 16:14:44 -03:00
Jonatan Kłosko
b60428c94d
Improve tests ( #1627 )
2023-01-05 16:12:45 +01:00
Jonatan Kłosko
35b8bb73df
Trigger input garbage collection after cell deletion
2023-01-05 12:34:32 +01:00
Jonatan Kłosko
17ab1ae472
Add support for file input ( #1622 )
2023-01-04 21:44:04 +01:00
Alexandre de Souza
d4bda6042c
Load LB_
env vars as app secrets ( #1615 )
2023-01-04 11:10:33 -03:00
Jonatan Kłosko
9e328e83ca
Handle long termination when garbage collecting evaluation processes ( #1618 )
...
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-01-04 12:37:42 +01:00
Jonatan Kłosko
2e230c9deb
Add an option to run setup with no cache ( #1616 )
2023-01-03 12:24:22 +01:00
Adarsh Menon
1a895e4b29
Make image a block item instead of a button in the Markdown editor ( #1439 )
...
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-12-29 22:32:52 +01:00
Jonatan Kłosko
8b3d8847c1
Add support for audio input ( #1610 )
2022-12-29 15:09:09 +01:00
Alexandre de Souza
9ff84f204f
Implement event handling from WebSocket ( #1608 )
2022-12-26 21:16:47 -03:00
José Valim
b4696710e7
Encapsulate server access ( #1605 )
2022-12-24 11:35:06 -03:00
Alexandre de Souza
f9fb5194fa
Implement EnterpriseClient
and improvements to WebSocket Connection ( #1601 )
2022-12-23 12:56:00 -03:00
Cocoa
262381fcc0
Adding support for capturing images from a camera ( #1595 )
...
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-12-22 15:06:17 +01:00
Jonatan Kłosko
82d748a1ff
Don't track :rand and :random keys in process dictionary ( #1599 )
2022-12-22 11:38:43 +01:00
Alexandre de Souza
3e11023925
Migrate WebSocket GenServer (Server) to Connection ( #1585 )
2022-12-21 11:28:27 -03:00
Jonatan Kłosko
59cbba63b7
Trigger garbage collection before evaluation ( #1593 )
2022-12-17 11:17:37 +01:00
José Valim
10da0a2311
Change message when there are no app secrets ( #1587 )
2022-12-14 21:06:04 +01:00
Jonatan Kłosko
ae7fbca0ba
Cleanup modules when evaluator terminates ( #1582 )
2022-12-13 20:19:29 +01:00
Jonatan Kłosko
600666fd46
Default to Torchx for the Neural Network task when on Windows ( #1583 )
2022-12-13 17:12:22 +01:00
José Valim
190a4cffd3
Do not crash when giving token to password and vice-versa ( #1574 )
2022-12-12 11:52:45 +01:00
José Valim
27f62eeb6d
Rewrite .eex into .heex
2022-12-12 11:31:52 +01:00
Jeremy Brayton
c6fcad2099
Widen the inputs for the authentication screen ( #1572 )
2022-12-12 11:25:46 +01:00
Frank Hunleth
3131610ad8
Fix error when specifying custom learn notebooks ( #1570 )
...
This fixes the following error:
```
07:18:26.178 [error] #PID<0.2236.0> running LivebookWeb.Endpoint (connection #PID<0.2226.0>, stream id 6) terminated
Server: localhost:8080 (http)
Request: GET /
** (exit) an exception was raised:
** (ArgumentError) expected a path starting with a single / but got "data:image/svg+xml;base64,PD94bWwgdmVyc2lv..."
(phoenix 1.6.15) lib/phoenix/endpoint/supervisor.ex:311: Phoenix.Endpoint.Supervisor.raise_invalid_path/1
(phoenix 1.6.15) lib/phoenix/config.ex:65: Phoenix.Config.cache/3
(livebook 0.8.0) lib/phoenix/endpoint.ex:597: LivebookWeb.Endpoint.static_path/1
(livebook 0.8.0) lib/livebook_web/live/learn_helpers.ex:15: anonymous fn/2 in LivebookWeb.LearnHelpers.notebook_card/1
(livebook 0.8.0) /Users/fhunleth/git/livebook-dev/livebook/lib/livebook_web/live/home_live.ex:119: LivebookWeb.HomeLive.render/1
(elixir 1.14.2) lib/enum.ex:1780: Enum."-map_reduce/3-lists^mapfoldl/2-0-"/3
```
2022-12-10 12:46:56 +01:00
Jonatan Kłosko
361455cd4e
Release v0.8.0
2022-12-08 21:05:48 +01:00
Matt Furden
e9d88ad7d7
Support monospace font in textarea input ( #1565 )
2022-12-06 19:36:22 +01:00
Jonatan Kłosko
52d6835388
Support config updates when adding smart cell deps to Mix.install/2 ( #1560 )
2022-12-03 16:23:43 +01:00
Jonatan Kłosko
460eb14420
Support custom image format with implicit pixel data ( #1558 )
2022-12-02 12:42:31 +01:00
José Valim
53717bc410
Mention Hex.pm on smart cells chapter
2022-11-30 20:56:47 +01:00
José Valim
14d5017ede
Update Phoenix and Phoenix.View deps
2022-11-30 14:58:24 +01:00
Jonatan Kłosko
a9d455d377
Fix the default base url path
2022-11-30 00:00:21 +01:00
Jonatan Kłosko
321810eeca
Format
2022-11-29 23:35:35 +01:00
Jacques Lorentz
f4e836a5da
Base url path configuration variable ( #1549 )
2022-11-29 23:34:38 +01:00
José Valim
1c8a0c72b5
Link to Installation FAQ
2022-11-29 19:20:53 +01:00
Alexandre de Souza
60bc7194ed
Improve Enterprise integration with real data ( #1548 )
2022-11-28 20:47:25 -03:00
Jonatan Kłosko
97506535c5
Make textarea input autosized ( #1552 )
2022-11-28 20:47:48 +01:00
José Valim
dd68f7ff1c
Convert cannot compile file into cannot compile cell
2022-11-28 15:01:43 +01:00
José Valim
b335e1c9cb
More doctests ( #1544 )
2022-11-23 15:06:08 +01:00
Alexandre de Souza
2eb601d32a
Improve authentication form feedback for the user ( #1543 )
2022-11-22 14:56:42 -03:00