livebook/lib/livebook
Shavit a104d9d73b
Show the evaluation time next to the cell indicator (#366)
* Display the time in seconds

Show the evaluation time next to the cell indicator

* Test session data

* Send evaluation time to session

Start the evaluation time inside the evaluator, display the time in seconds
or milliseconds.

The output is not a string but a map

* Add metadata to evaluation_response

* Wrap the evaluation indicator in a tooltip

  • Add metadata argument to the evaluation_response message
  • Use a tooltip to display the evaluation time

* Display the toolip below the indicator

* Remove the evaluation start time

* Make the tooltip optional

* Rename finish_cell_evaluation

* Evaluator tests

* Update test to accespt metadata

* Pass the evaluated time as a third argument

* Make status tooltip more generic

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-06-20 14:48:00 +02:00
..
delta Fix spec in delta operation (#193) 2021-04-15 08:56:03 +02:00
evaluator Track and garbage collect widgets (#344) 2021-06-11 15:42:41 +02:00
live_markdown Add password input (#357) 2021-06-17 01:30:39 +02:00
notebook Point notebook deps to minimal required version of Kino (#365) 2021-06-17 20:21:23 +02:00
runtime Add support for Mix runtime as the default one (#334) 2021-06-09 16:24:02 +02:00
session Show the evaluation time next to the cell indicator (#366) 2021-06-20 14:48:00 +02:00
users Setup user profiles (#253) 2021-05-03 20:03:19 +02:00
utils
application.ex Allow errors on boot to be reported (#311) 2021-06-02 19:01:45 +02:00
completion.ex Require Elixir v1.12 (#278) 2021-05-19 16:46:33 +02:00
config.ex Add support for Mix runtime as the default one (#334) 2021-06-09 16:24:02 +02:00
content_loader.ex Set up importing notebook from URL or clipboard (#237) 2021-04-23 17:40:13 +02:00
delta.ex Add attributions to Delta-related packages (#324) 2021-06-06 15:27:09 +02:00
evaluator.ex Show the evaluation time next to the cell indicator (#366) 2021-06-20 14:48:00 +02:00
js_interop.ex
live_markdown.ex Support inputs (#328) 2021-06-08 12:33:50 +02:00
notebook.ex Support inputs (#328) 2021-06-08 12:33:50 +02:00
runtime.ex Show the evaluation time next to the cell indicator (#366) 2021-06-20 14:48:00 +02:00
session.ex Show the evaluation time next to the cell indicator (#366) 2021-06-20 14:48:00 +02:00
session_supervisor.ex
users.ex Setup user profiles (#253) 2021-05-03 20:03:19 +02:00
utils.ex Support inputs (#328) 2021-06-08 12:33:50 +02:00