Automate code & data workflows with interactive Elixir notebooks
Go to file
Jonatan Kłosko 5cdcb15e3d
Add module for managing multiple running sessions (#3)
* Add dynamic supervisor for session processes

* Add basic UI listing current sessions

* Handle review comments

* Make tests not dependent on restarting SessionSupervisor
2021-01-08 14:14:26 +01:00
assets Set up assets and layout (#2) 2021-01-07 22:13:17 +01:00
config Add LiveView 2021-01-07 21:16:54 +01:00
lib Add module for managing multiple running sessions (#3) 2021-01-08 14:14:26 +01:00
test Add module for managing multiple running sessions (#3) 2021-01-08 14:14:26 +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