wsl: fix typo

This commit is contained in:
Jaewook Lee
2024-08-20 05:45:11 +09:00
parent f2ef39bfce
commit 68fb12608a

View File

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