Automate code & data workflows with interactive Elixir notebooks
Go to file
Jonatan Kłosko 5c5b4ece26
Add "Hello Livebook" notebook (#123)
* Limit module result to a single line

* Add introductory notebook to get started with

* Don't show tooltip on focused elements

* Update lib/livebook/notebook/hello_livebook.ex

Co-authored-by: José Valim <jose.valim@dashbit.co>

* Update lib/livebook/notebook/hello_livebook.ex

Co-authored-by: José Valim <jose.valim@dashbit.co>

* Update lib/livebook/notebook/hello_livebook.ex

Co-authored-by: José Valim <jose.valim@dashbit.co>

* Update notebook settings reference

* Add note on package authors

* Add tests

* Update Phoenix version to git master

Co-authored-by: José Valim <jose.valim@dashbit.co>
2021-03-30 21:42:02 +02:00
.github/workflows Add formatting checks to CI workflow (#108) 2021-03-22 22:16:38 +01:00
assets Add "Hello Livebook" notebook (#123) 2021-03-30 21:42:02 +02:00
config Escript (#77) 2021-03-17 01:53:44 +01:00
lib Add "Hello Livebook" notebook (#123) 2021-03-30 21:42:02 +02:00
priv/static Further redesign (#112) 2021-03-23 17:46:33 +01:00
test Add "Hello Livebook" notebook (#123) 2021-03-30 21:42:02 +02: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 Add "Hello Livebook" notebook (#123) 2021-03-30 21:42:02 +02:00
mix.lock Add "Hello Livebook" notebook (#123) 2021-03-30 21:42:02 +02: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