8
2

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.

Graphing support via VegaLite has arrived to Livebook! をイゴかしてみる(Elixir)

Last updated at Posted at 2021-05-23

はじめに

  • Elixir楽しんでいますか :bangbang::bangbang::bangbang:
  • elixir.jp Slackで @kikuyuta 先生がおもしろそうなものを紹介されていたのでイゴかしてみます
  • この記事は、2021/05/22(土) 00:00 - 2021/05/24(月) 23:59開催のautoracex #29というもくもく会の成果です

完成品

スクリーンショット 2021-05-23 11.21.33.png

スクリーンショット 2021-05-23 11.34.57.png

ローカルでのイゴかしかた

$ git clone https://github.com/elixir-nx/livebook.git
$ cd livebook
$ docker build -t livebook/livebook .
$ docker run -p 8080:8080 -e LIVEBOOK_PASSWORD="enjoyelixirwearethealchemists" livebook/livebook
  • Visit: http://localhost:8080/
  • password: enjoyelixirwearethealchemists
  • 画面上のほうのImportボタンを押下

スクリーンショット 2021-05-23 13.23.35.png

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

8
2
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
8
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?