Automate code & data workflows with interactive Elixir notebooks
Find a file
Jonatan Kłosko af79a0fd2f
Improve tab navigation (#109)
* Ignore editor for tab movement

* Improve tab behaviour within notebook

* Highlight focused regular buttons

* Show tooltips on focused elements
2021-03-23 14:10:34 +01:00
.github/workflows Add formatting checks to CI workflow (#108) 2021-03-22 22:16:38 +01:00
assets Improve tab navigation (#109) 2021-03-23 14:10:34 +01:00
config Escript (#77) 2021-03-17 01:53:44 +01:00
lib Improve tab navigation (#109) 2021-03-23 14:10:34 +01:00
priv/static Use tailwindcss jit (#79) 2021-03-17 11:17:52 +01:00
test Add changed cell indicator (#105) 2021-03-22 15:43:31 +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 Escript (#77) 2021-03-17 01:53:44 +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