[JupyterLab] Windows에서 JupyterLab 설치

유유·2022년 1월 10일
0

Windows에서 가상환경 만들기

python -m venv 가상환경이름
[Windows PowerShell]
PS C:\project> python -m venv example
PS C:\project> cd example
PS C:\project\example> .\Scripts\Activate.ps1
(example) PS C:\project\example>

pip

pip install jupyterlab

If installing using 'pip install --user', you must add the user-level 'bin' directory to your 'PATH' environment variable in order to launch 'jupyter lab'.

Starting JupyterLab

jupyter lab

References

https://jupyterlab.readthedocs.io/en/stable/index.html
https://dojang.io/mod/page/view.php?id=2470

profile
데이터 분야에서 커리어 쌓기!🥳

0개의 댓글