Powered by AppSignal & Oban Pro

Livebook Recovery

deprecated_livebook_recovery.livemd

Livebook Recovery

Mix.install([
  {:jason, "~> 1.4"},
  {:kino, "~> 0.9", override: true},
  {:youtube, github: "brooklinjazz/youtube"},
  {:hidden_cell, github: "brooklinjazz/hidden_cell"}
])

Navigation

Return Home<span style=”padding: 0 30px”></span> Report An Issue

Recovering Deleted Cells

Delete the following Elixir cell and recover it using the bin <i class=”ri-delete-bin-fill”></i> Button on the sidebar.

"delete me and recover me!"

Undo Edits

Edit the following Elixir cell to say "hello <your_name>" where <your_name> is your name.

Then use <kbd>CTRL</kbd>+<kbd>Z</kbd> (Windows & Linux) or <kbd>CMD</kbd>+<kbd>Z</kbd> (MacOS) to undo your edit.

"Hello <your_name>"

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!"