Commit graph

30 commits

Author SHA1 Message Date
Jonatan Kłosko c4a96bc99c
Add support for Mix runtime as the default one (#334)
* Add support for Mix runtime as a default

* Support default runtime options in the CLI

* Set cell status to queued while runtime is being started

* Clean up tests
2021-06-09 16:24:02 +02:00
Jonatan Kłosko f70581f255
Introduce an Explore section (#310)
* Add explore page

* Move sidebar to a configurable component

* Fix homepage test

* Add images

* Store example notebooks in files and make explore notebooks linkable

* Fix tests

* Raise on invalid notebook slug

* Keep just the file contents in notebook info

* Move notebook lookup to Explore

* Exclude notebooks in progress
2021-06-02 21:51:43 +02:00
Benjamin Philip 0a07010cd3
Fix grammar (#290) 2021-05-24 11:24:21 +02:00
Jonatan Kłosko 93403ff1b5 Move development section in README outside of the env block 2021-05-21 02:01:54 +02:00
Jonatan Kłosko 74702a4583 Fix assets path in development 2021-05-20 12:28:00 +02:00
José Valim 35524970ca
Update README.md 2021-05-20 12:12:01 +02:00
Jonatan Kłosko 1e4200e338
Initial release (#279)
* Ensure config is loaded before compiling Escript dependencies

* Update README

* Add CHANGELOG

* Update mix.exs

* Increase timeout for mix standalone test

* Add package info to mix.exs

* Update README.md

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

Co-authored-by: José Valim <jose.valim@dashbit.co>
2021-05-19 23:30:53 +02:00
Jonatan Kłosko 889503ad68
Require Elixir v1.12 (#278)
* Require Elixir v1.12

* Update introductory notebook

* Update base Docker images

* Add completion of reserved module attributes

* Move complete_module_attribute/1
2021-05-19 16:46:33 +02:00
Jonatan Kłosko ea93edcc86
Add embedded runtime for evaluating code in the Livebook VM (#266)
* Add embedded runtime for evaluating code in the Livebook VM

* Update lib/livebook_web/live/session_live/embedded_live.ex

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

* Use standard error proxy globally in the Livebook node

* Add configuration env variable for setting the default runtime

* Increase evaluation response assertion timeouts

Co-authored-by: José Valim <jose.valim@dashbit.co>
2021-05-10 14:37:38 +02:00
José Valim a32b415707
Update README.md 2021-05-07 06:20:10 +02:00
Benjamin Philip 0423b5c7b7
Update Welcome Notebook screenshot (#259) 2021-05-07 06:19:40 +02:00
Jonatan Kłosko ac8e1e30f4
Setup Docker image with releases (#244)
* Setup Docker image with releases

* Support ip env variable and use it for Docker deployment

* Autofocus auth forms

* Rename ip env var

* Update option lists

* Make distribution cookie configurable

* Update README.md

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

* Include git in the final image

* Remove unnecessary build dependency

* Improve file permissions handling and add more comments

* Use namespaced home directory

* Update README with all running options

* Update base image

* Reference official Docker image in the README

Co-authored-by: José Valim <jose.valim@dashbit.co>
2021-04-27 16:34:02 +02:00
Wojtek Mach 7262ff540d
Update README.md (#235) 2021-04-22 11:41:22 +02:00
José Valim 81b123d5b5
Make root path configurable from outside (#217) 2021-04-19 19:50:09 +02:00
José Valim 57047f9c7f
Unify env variables and change auth to use session (#195) 2021-04-15 15:50:29 +02:00
José Valim dffb8aaa12 Add a section on security 2021-04-13 21:37:04 +02:00
José Valim 22c90e8bca Move to Apache 2 License 2021-04-13 21:33:30 +02:00
José Valim f79f80a7a7
Update README.md 2021-04-13 18:13:49 +02:00
José Valim 252047a204
Update README.md 2021-04-13 17:38:43 +02:00
José Valim 0b92272786 Fix typos 2021-04-13 13:57:49 +02:00
José Valim a22b069bae
Update README.md 2021-04-13 12:34:03 +02:00
José Valim 1be9c2cdf5
Update README.md 2021-04-13 08:32:10 +02:00
José Valim 88e2618459
Update README.md 2021-04-09 14:20:50 +02:00
José Valim 123d65d744
Update README.md 2021-04-08 22:40:21 +02:00
José Valim a024554f21
Update README.md 2021-04-08 22:27:08 +02:00
José Valim 9ce7596fdf
Update README.md 2021-04-08 15:33:57 +02:00
José Valim b90853de2b
Update README.md (#144) 2021-04-05 16:46:17 +02:00
José Valim 5fb753c4d1
Logo and README (#133) 2021-04-04 12:42:46 +02:00
Jonatan Kłosko dae6d5c9c3
Rename project (#68)
* Rename references

* Update file and directory names

* Fix homepage tests
2021-03-03 22:56:28 +01:00
José Valim 79792777a7 Initial commit 2021-01-07 20:56:24 +01:00