LoginSignup
10
3

More than 5 years have passed since last update.

jupyterでR

Posted at

jupyterでRが動かしたいんだけど他の人の記事だとなぜかうまくいかない。

https://irkernel.github.io/installation/
チュートリアル

他の人の記事で「Rにこんな感じのパッケージを入れたらjupyterでRが動く」
というのを発見

install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))

devtools::install_github('IRkernel/IRkernel')

IRkernel::installspec()

install.packagesはできる。

devtools::install_github('IRkernel/IRkernel')で、
エラー: Git does not seem to be installed on your system.

エラーメッセージはちゃんと読まないとダメですね
gitが問題

https://git-scm.com/downloads

ここでgitをDLしてインストールした後動かすと動きました。
残りも実行して、juoyterを開くと

01.png

入っていました。

10
3
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
10
3