livebook
livebook copied to clipboard
Automate code & data workflows with interactive Elixir notebooks
Add the page and the sidebar only with: ```elixir config :livebook, :feature_flags, hub: true ``` #### Hub Page  #### Sidebar 
via. https://github.com/livebook-dev/livebook/issues/1267 It's just copy this: https://github.com/elixir-lang/elixir/commit/f49b3cbec3268a266d995d46fff4775faea5be4a I don't know how. Is there a good idea?
issue https://github.com/livebook-dev/livebook/issues/1126 via https://github.com/livebook-dev/livebook/pull/1128#issuecomment-1111979046 (previous pr https://github.com/livebook-dev/livebook/pull/1149)
This PR supports file type of `Kino.Input`. This PR is related to https://github.com/livebook-dev/kino/pull/153. 
Issue fix #261 ### Demo https://user-images.githubusercontent.com/24209524/162003937-4b392926-7e7c-4cde-bba4-9a4a37b30c16.mp4 ### Left to do - [ ] Ability to edit & delete comments - [ ] Fix autofocus issue on the comment text input...
## Environment * Elixir & Erlang/OTP versions (elixir --version): n/a? * Operating system: Windows 11 * How have you started Livebook (mix phx.server, livebook CLI, Docker, etc): download and install...
Livebook does not currently remember any recently opened notebooks. We could store the list of all recently opened notebooks and show that on the "homepage" at the top, either above...
The Erlang distributions has headers on ROOT/erts/include and ROOT/usr, we need to include both in releases per `elixir_make`: https://github.com/elixir-lang/elixir_make/blob/master/lib/mix/tasks/compile.make.ex#L303-L308
This will only happen after we ship the desktop app.
* [ ] When going to the Mix runtime tab, we can traverse the directory up. If any of the directories have a `mix.exs`, we can default to it in...