Miniconda를 활용한 초경량 Python3, R Jupiter Notebook 구성

Minimal jupyter notebook for Python3 and R

Miniconda 설치

pass

Jupyter notebook 용 환경 생성

$ conda create -n notebook python=3
$ conda activate notebook
$ pip install --upgrade pip

Jupyter notebook 설치

$ pip install jupyter

IRkernel 설치

$ conda install r-irkernel

실행

$ jupyter notebook

최소 용량으로 설치는 되나 필요한 패키지 몇 가지 추가하면 금방 수 GB.