Automate code & data workflows with interactive Elixir notebooks
Find a file
Jonatan Kłosko 0b77fd4279
Add keyboard shortcuts help modal (#41)
* Update keybindings and add help modal

* Add more evaluation shortcuts

* Add shortcut to the help modal

* Show appropriate shortcuts depending on the user system

* Handle missing user-agent header

* Conditionally render shortcut based on user agent

* Implement vim-style navigation

* Remove warning

* Determine platform based on socket on mount

* Improve shortcuts list UI
2021-02-18 13:14:09 +01:00
.github/workflows Set up CI 2021-02-16 23:37:10 +01:00
assets Add keyboard shortcuts help modal (#41) 2021-02-18 13:14:09 +01:00
config Update to Elixir v1.11 and remove unused files (#32) 2021-02-16 12:29:41 +01:00
lib Add keyboard shortcuts help modal (#41) 2021-02-18 13:14:09 +01:00
test Add keyboard shortcuts help modal (#41) 2021-02-18 13:14:09 +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 Define notebook file format (#27) 2021-02-16 18:39:52 +01:00
mix.lock Define notebook file format (#27) 2021-02-16 18:39:52 +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