Automate code & data workflows with interactive Elixir notebooks
Find a file
Jonatan Kłosko 266bf35bd0
Move focus navigation to the client (#74)
* Show all sections and enable cross-section focus navigation

* Move focus to the client

* Add shortcut for evaluating all cells

* Fix and expand tests

* Make section links scroll to the given section
2021-03-11 15:28:18 +01:00
.github/workflows Set up CI 2021-02-16 23:37:10 +01:00
assets Move focus navigation to the client (#74) 2021-03-11 15:28:18 +01:00
config Rename project (#68) 2021-03-03 22:56:28 +01:00
lib Move focus navigation to the client (#74) 2021-03-11 15:28:18 +01:00
test Move focus navigation to the client (#74) 2021-03-11 15:28:18 +01:00
.formatter.exs Initial commit 2021-01-07 20:56:24 +01:00
.gitignore Rename project (#68) 2021-03-03 22:56:28 +01:00
mix.exs Rename project (#68) 2021-03-03 22:56:28 +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