Livebook Recovery
Mix.install([
{:kino, github: "livebook-dev/kino", override: true},
{:kino_lab, "~> 0.1.0-dev", github: "jonatanklosko/kino_lab"},
{:vega_lite, "~> 0.1.4"},
{:kino_vega_lite, "~> 0.1.1"},
{:benchee, "~> 0.1"},
{:ecto, "~> 3.7"},
{:math, "~> 0.7.0"},
{:faker, "~> 0.17.0"},
{:utils, path: "#{__DIR__}/../utils"},
{:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
])
Navigation
Recovering Deleted Cells
Delete the following Elixir cell and recover it using the bin Button on the sidebar.
"delete me and recover me!"
Undo Edits
Edit the following Elixir cell to say "hello "
where is your name. Then use CTRL+Z (Windows & Linux) or CMD+Z (MacOS) to undo your edit. ```elixir "Hello " ``` Edit the following markdown cell to say `"hello "` where
is your name.
You can press the button to start editing.
Then use CTRL+Z (Windows & Linux) or CMD+Z (MacOS) to undo your edit.
hello yourname
Recover File
Delete the following content inside of the Elixir cell below. Then revert this livebook’s file to recover the lost content.
You may choose to use one of many methods including the command line, GitHub Desktop, or the Source Control tab of Visual Studio Code.
If using the command line, you can go to the project folder in your command line and run:
$ git reset HEAD exercises/livebook_recovery.livemd
Alternatively, discard the changes on this exercises/livebook_recovery.livemd
file with Visual Studio Code or GitHub Desktop.
"delete and recover me!"