23
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Livebookを動かす (Elixir)

Last updated at Posted at 2021-04-14

はじめに

  • Elixir 楽しんでいますか :bangbang::bangbang::bangbang:
  • Livebookというものがでてきたので動かしてみます
  • 詳しい解説は、Announcing Livebook
  • 恥ずかしながら、最初にみたのが4/1のツイートだったので、エイプリルフールのジョークだとおもいこんでしまっていました
    • 本当に実在しました!
  • English edition

デモ

必要なもの

  • Elixir 1.11

イゴかし方

  • READMEに書いてあるとおり
$ git clone https://github.com/elixir-nx/livebook.git
$ cd livebook
$ mix deps.get --only prod
$ MIX_ENV=prod mix phx.server
http://localhost:8080/?token=pn6rnkqs44livrm2jgad5dkjof4wlgqe
  • 的なものが表示されるのでアクセスしてみる

試してみたこと

スクリーンショット 2021-04-14 21.46.57.png

Wrapping Up :lgtm::lgtm::lgtm::lgtm::lgtm:

  • Enjoy Elixir :bangbang::bangbang::bangbang:
  • とにかくなんだかすごいものがでてきたようにおもいます
  • これからも機能追加されるそうですし、なんだかすんごいものの予感がします!
23
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
23
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?