먼저 가상환경을 설치한다.
srouce ~/.bash_profile conda env list conda create -n "asdf" conda activate "asdf"
pip install jupyter jupyter notebook
이렇게 하면 실행이 된다.
https://greeksharifa.github.io/references/2019/01/26/Jupyter-usage/