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