Automate code & data workflows with interactive Elixir notebooks
Find a file
Jonatan Kłosko d2cd541ce1
Fixes (#62)
* Ignore compilation warnings in the Evaluator tests

* Make Cmd + Enter evaluate cell even in navigation mode

* Fix homepage responsiveness

* Improve setting insert mode with mouse
2021-02-26 20:39:32 +01:00
.github/workflows Set up CI 2021-02-16 23:37:10 +01:00
assets Fixes (#62) 2021-02-26 20:39:32 +01:00
config Update to Elixir v1.11 and remove unused files (#32) 2021-02-16 12:29:41 +01:00
lib Fixes (#62) 2021-02-26 20:39:32 +01:00
test Fixes (#62) 2021-02-26 20:39:32 +01:00
.formatter.exs
.gitignore Implement notebook persistence and import (#44) 2021-02-21 16:54:44 +01:00
mix.exs Define notebook file format (#27) 2021-02-16 18:39:52 +01:00
mix.lock Update plug_crypto 2021-02-22 15:27:27 +01:00
README.md

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