wsl: fix typo
This commit is contained in:
@@ -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 로그인 가능
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user