Commit graph

69 commits

Author SHA1 Message Date
José Valim
8bbabcbdb4 Clarify some env vars in the README 2022-01-20 10:43:02 +01:00
Krishnamohan Chivukula
14eb8beaad
Update README.md (#897)
Added description for mermaid support added in 0.5.
2022-01-20 10:07:27 +01:00
Jonatan Kłosko
53869371c2
Update dependencies (#838)
* Update Elixir deps

* Update JS dependencies

* Bump Tailwind to v3

* Update Hex badge color

* Set SameSite for the session cookie
2021-12-29 22:06:19 +01:00
Michał Gibowski
4c5fd9a413
Add missing npm install step to Dev instructions (#815)
* Add missing `npm install` step to Dev instructions

* Update README.md

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-12-22 18:52:17 +01:00
Kian Meng, Ang
a58d0ed0c2
Fix license section markdown (#801) 2021-12-13 07:33:34 +01:00
Stephen Ball
8c4ef89685
Update the vim modeline comment to not error (#774)
The currently suggested vim modeline formatting string to allow .livemd
files to render as markdown on GitHub works, but confuses vim itself.

```
<!-- vim: syntax=markdown -->
```

When opening a .livemd file with the suggested modeline in vim it errors
when it tries to parse `-->` as a modeline option.

e.g.

```
"2021/day2.livemd" 81L, 1616B
Error detected while processing modelines:
line    1:
E518: Unknown option: -->
```

The fix is to replace the suggested vim modeline

```
<!-- vim: syntax=markdown -->
```

With a modeline declaration format that indicates when the modeline
options are complete, allowing vim to ignore the rest of the line.

```
<!-- vim: set syntax=markdown: -->
```

Reference
- vim issue: https://github.com/vim/vim/issues/1648
- especially this comment: https://github.com/vim/vim/issues/1648#issuecomment-296386153

Fixes #773
2021-12-08 16:15:07 +01:00
roboticsdude60
3f86af051c
Update README.md (#767)
bump the version requirement of Elixir to match 1.13 from the previous 1.12
2021-12-08 08:08:23 +01:00
Jonatan Kłosko
f0606b109d
Automatically back up notebooks without a file (#736)
* Improve file select layout on long paths

* Automatically back up notebooks without a file

* Run formatter

* Add margin when there are no sections

* Add an informative note about autosave directory

* Store autosave path instead of file in the config

* Rename autosave dir to autosave path

* Fix insert mode escape on section headlines

* Show ellipsis on selected file too

* Always create the default directory

* Apply review comments
2021-12-04 16:29:14 +01:00
Jonatan Kłosko
9532348bce
Update the list of Ubuntu packages with necessary Erlang applications (#704) 2021-11-12 12:39:58 +01:00
José Valim
ff4f21f7aa
Clarify root access docs, closes #701 (#702) 2021-11-12 11:32:03 +01:00
Jonatan Kłosko
54511d5ffc
Add env var for disabling token auth (#696) 2021-11-10 13:54:50 +01:00
Jonatan Kłosko
5e5bc2597a
Document how to render notebooks on GitHub (#677)
* Document how to render notebooks on GitHub

* Keep any comments before the notebook title heading
2021-11-04 18:50:53 +01:00
José Valim
39f1b9b298
Update README.md 2021-10-21 08:02:16 +02:00
Tim Mecklem
1b3d081b5e
Minor typo correction (#627) 2021-10-21 07:57:10 +02:00
José Valim
86e74c90ef Add Fly.io link to the README 2021-10-19 13:30:23 +02:00
Jonatan Kłosko
a41dda9c7c
Keep static files outside priv (#602)
* Keep static files outside priv

* Override generated assets on the CI
2021-10-18 22:32:09 +02:00
José Valim
7eea603964
Latest Hex no longer requires us to hardcode the version (#564) 2021-10-16 19:54:10 +02:00
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