必要なもの
- conda
bashスクリプト
condaでの仮想環境作成
conda create -n venv python=[好きなversion] -y
conda activate venv
Rで用いるパッケージなど
conda install -c r r r-irkernel r-essentials rstudio -y
jupyterの設定
conda install -c conda-forge jupyter_contrib_nbextensions jupyter_nbextensions_configurator -y
jupyter contrib nbextension install --sys-prefix
jupyter nbextensions_configurator enable --sys-prefix