3.1.4. Jupyter Notebook 설치
pip install jupyterjupyter notebookconda activate 가상환경명
python -m ipykernel install --user --name 가상환경명 --display-name “가상환경명“
conda install nb_conda
jupyter notebookjupyter notebook --generate-config
Last updated
Was this helpful?