21 lines
448 B
Markdown
Raw Normal View History

# jupyter lab
> Jupyter Notebook용 대화형 개발 환경.
> 더 많은 정보: <https://jupyterlab.readthedocs.io/en/stable/getting_started/starting.html>.
- JupyterLab 시작:
`jupyter lab`
- 특정 노트북 열기:
`jupyter lab {{경로/대상/노트북}}.ipynb`
- 특정 디렉터리에서 JupyterLab 시작:
`jupyter lab --notebook-dir {{경로/대상/디렉터리}}`
- 디버그 모드로 JupyterLab 시작:
`jupyter lab --debug`