|
|
|
|
|
by freedomben
1420 days ago
|
|
No Linux download :-( Nevertheless it's fairly easy to install[1]. If you have docker, you can just run the image to try it out: docker run -p 8080:8080 -p 8081:8081 --pull always livebook/livebook
You may want to configure some things, so check out the options[2].:If you want a "native" install, after you have elixir installed you can use mix escript.install hex livebook
and start it with livebook server
Check out the readme for more configuration options[1][1]: https://github.com/livebook-dev/livebook#installation [2]: https://github.com/livebook-dev/livebook#docker |
|
They discussed it, but no one has taken it on yet. I think Wojtek Mach(the desktop initial author) is a mac user, and they actively wanted to provide a way for windows users to easily try it.