Automate code & data workflows with interactive Elixir notebooks
Go to file
Jonatan Kłosko 0983a9df77
Add confirmation for session deletion (#117)
* Update sections panel

* Add deletion confirm and unify buttons

* Align notebook title

* Fix whitespace shrinking in the editor

* Update session deletion route
2021-03-25 17:39:18 +01:00
.github/workflows Add formatting checks to CI workflow (#108) 2021-03-22 22:16:38 +01:00
assets Add confirmation for session deletion (#117) 2021-03-25 17:39:18 +01:00
config Escript (#77) 2021-03-17 01:53:44 +01:00
lib Add confirmation for session deletion (#117) 2021-03-25 17:39:18 +01:00
priv/static Further redesign (#112) 2021-03-23 17:46:33 +01:00
test Show reconnect button when connecting to a matching runtime (#113) 2021-03-23 19:41:03 +01:00
.formatter.exs Initial commit 2021-01-07 20:56:24 +01:00
.gitignore Escript (#77) 2021-03-17 01:53:44 +01:00
mix.exs Insert section (#114) 2021-03-24 18:37:50 +01:00
mix.lock Update plug_crypto 2021-02-22 15:27:27 +01:00
README.md Rename project (#68) 2021-03-03 22:56:28 +01:00

Livebook

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more