0
1

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.

WindowsでRがすでに入っている場合にJupyterでRのカーネルを呼び出す設定

Posted at

RでIRkernelをインストール.

install.packages('IRkernel')

ターミナルでRを呼び出して(呼び出せない場合はPATHに"C:\Program Files\R\R-3.6.3\bin"を追加),以下を実行.ここはターミナルのRでないとできないらしい.

IRkernel::installspec()

参考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?