Update wsl-docker/README.md

This commit is contained in:
2024-08-28 12:26:11 -04:00
parent 75e87a45d8
commit 1b496f0528

View File

@@ -115,7 +115,7 @@ which pip
이제 activate/deactivate 신경쓰지 않고 pip install로 설치하는 것들은 ~/.venv 안에 잘 설치된다. 이제 activate/deactivate 신경쓰지 않고 pip install로 설치하는 것들은 ~/.venv 안에 잘 설치된다.
```sh ```sh
pip install jupyterlab pip install jupyterlab ipywidgets
jupyter lab --IdentityProvider.token="" # 암호 없이 localhost:8888 로그인 가능 jupyter lab --IdentityProvider.token="" # 암호 없이 localhost:8888 로그인 가능
``` ```