2
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 1 year has passed since last update.

JupyterLabでRを使おう

Last updated at Posted at 2022-12-11

 conda が利用できる JupyterLab(例えば JupyterLab Desktop App)で、R を使えるようにする方法です。
 JupyterLab を起動し、ランチャーのコンソールから次の1行のコマンドを実行するだけです。

conda install r-base r-irkernel -y

 default の channel が conda-forge になっていない場合は、

conda install -c conda-forge r-base r-irkernel -y

としてください。

 Windows10、Ubuntu の JupyterLab Desktop App で、使えることを確認しています。
 また、次の私の記事で作った JupyterLab でも使えることを確認しています。

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