Automate code & data workflows with interactive Elixir notebooks
Go to file
Jonatan Kłosko e65a5f712c
Virtualize output lines (#70)
* Virtualize output lines

* Remove unused dependency

* Remove VirtualizedLinesComponent

* Pass lines as HTML nodes and use as template

* Validate hook children

* Refactor markup
2021-03-04 22:09:57 +01:00
.github/workflows Set up CI 2021-02-16 23:37:10 +01:00
assets Virtualize output lines (#70) 2021-03-04 22:09:57 +01:00
config Rename project (#68) 2021-03-03 22:56:28 +01:00
lib Virtualize output lines (#70) 2021-03-04 22:09:57 +01:00
test Update web client title to Livebook 2021-03-03 23:22:53 +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