Automate code & data workflows with interactive Elixir notebooks
Find a file
Jonatan Kłosko 9d3a2ae264
Some cleanups (#25)
* Remove old js files

* Cleanup styles

* Update page title

* Unify elements rounding

* Fix indentation

* Rename component modules

* Add actions to routes for better helpers
2021-02-11 16:35:32 +01:00
assets Some cleanups (#25) 2021-02-11 16:35:32 +01:00
config Move evaluation to a separate Elixir runtime (#20) 2021-02-11 12:42:17 +01:00
lib Some cleanups (#25) 2021-02-11 16:35:32 +01:00
test Extend Evaluator with response formatter (#23) 2021-02-11 14:04:29 +01:00
.formatter.exs Initial commit 2021-01-07 20:56:24 +01:00
.gitignore Initial commit 2021-01-07 20:56:24 +01:00
mix.exs Add LiveView 2021-01-07 21:16:54 +01:00
mix.lock Add LiveView 2021-01-07 21:16:54 +01:00
README.md Initial commit 2021-01-07 20:56:24 +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