Commit graph

52 commits

Author SHA1 Message Date
José Valim
f81dbab474
Update README.md 2021-09-21 13:47:45 +02:00
José Valim
2c536c9b08
Add Fly.io as sponsor 2021-09-10 10:36:25 +02:00
Jonatan Kłosko
806101aa25 Update README 2021-08-28 22:44:54 +02:00
Joel Kemp
aba42a3a3e
Add a hex badge to show the current version (#520)
* Add a hex badge to show the current version

* Update README.md

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-08-28 17:44:36 +02:00
Jonatan Kłosko
7d59acf518 Update README and version in mix.exs 2021-08-25 15:06:55 +02:00
José Valim
3570aaa22b Update README 2021-08-25 11:58:15 +02:00
Jonatan Kłosko
7d0612e825 Revert "Update README to point to exact hex version"
This reverts commit 90a52e9295.
2021-08-25 11:53:20 +02:00
Jonatan Kłosko
90a52e9295 Update README to point to exact hex version 2021-08-25 11:27:45 +02:00
Jonatan Kłosko
9822735bcf Update GitHub org references from elixir-nx to livebook-dev 2021-08-18 15:55:07 +02:00
Jonatan Kłosko
bf05fb0a50
Add support for configuring file systems using env variables (#498)
* Add support for configuring file systems using env variables

* Add UI for copying file systems env configuration
2021-08-18 14:41:57 +02:00
Jonatan Kłosko
0ac475d915 Fix link rendering in README 2021-08-01 02:05:04 +02:00
José Valim
f3ea05b7ee
Detail the possibility of using releases environment variables (#486) 2021-07-31 10:09:21 +02:00
Carlos
d20d4f6bf1
Fix url repo in developmento topic (#460) 2021-07-23 22:48:24 +02:00
José Valim
a386f61d1d
Create README.md 2021-07-15 11:23:22 +02:00
José Valim
e7cacd7d8c
Update README.md 2021-07-15 11:19:59 +02:00
Basile Nouvellet
64037e0cf4
Fix typo in README (#446) 2021-07-12 17:05:28 +02:00
José Valim
0c9e25d1be
Always get the latest available Docker image (#431) 2021-07-05 00:33:29 +02:00
Leandro Bighetti
0941990942
Fixes typo in README.md (#432)
Hi all,

This fixes a small typo in the README.

Cheers!
2021-07-05 00:15:19 +02:00
Jonatan Kłosko
0061facd64
Support configuring Attached as the default runtime (#397)
* Support configuring Attached as the default runtime

* Wrap env options section in the README
2021-06-24 18:03:00 +02:00
Jonatan Kłosko
2cded9f27d
Add notes about running latest Livebook with Escript and Docker (#395) 2021-06-24 18:02:24 +02:00
David Bishai
1689dae71c
Update README.md to include installation of Erlang applications (#391) 2021-06-24 07:27:58 +02:00
José Valim
516f208d23
Update README.md 2021-06-17 23:32:36 +02:00
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