LoginSignup
1
1

More than 5 years have passed since last update.

IRuby を Ubuntu 18.10 にインストールする

Last updated at Posted at 2018-11-06

IRubyJupyter Notebook 用の Ruby Kernel です。

公式READMEは 17.04 のインストール方法が記述されていますが、
18.10 も 公式ドキュメントの 17.04 と同じようにしてインストールできました。

sudo apt install make libtool libffi-dev libzmq3-dev libczmq-dev

ここで libzmq5 ではなく libzmq3 を選ぶのが唯一のポイントです。あとは

gem install cztop
gem install iruby --pre

# カーネルを Jupyter に追加
iruby register --force

として通常通りインストールされました。

1
1
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
1
1