livebook icon indicating copy to clipboard operation
livebook copied to clipboard

Automate code & data workflows with interactive Elixir notebooks

Results 97 livebook issues
Sort by recently updated
recently updated
newest added

Add the page and the sidebar only with: ```elixir config :livebook, :feature_flags, hub: true ``` #### Hub Page ![image](https://user-images.githubusercontent.com/6402997/183450054-ce13893e-35e4-4055-9a4c-09b7b1a6b3db.png) #### Sidebar ![image](https://user-images.githubusercontent.com/6402997/183449788-70f41645-7938-47f7-a590-4f80099e96ae.png)

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. ![image](https://user-images.githubusercontent.com/4961183/170870826-bcb541f6-d121-46ae-a113-da88ec24e51c.png)

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...

area:desktop

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...

feature
area:backend

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

area:desktop

This will only happen after we ship the desktop app.

chore
area:desktop

* [ ] 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...

feature
contributions welcome
area:backend