JupyterLab 실행하기

CODEDRAGON Development/Python

반응형



 

 

JupyterLab 실행하기

https://jupyterlab.readthedocs.io/en/stable/getting_started/starting.html


 

 

 

jupyter lab

 

C:\CodeLab\workspace_da>jupyter lab

[I 09:25:55.170 LabApp] The port 8888 is already in use, trying another port.

[I 09:25:55.370 LabApp] JupyterLab extension loaded from C:\Python\Python36\lib\site-packages\jupyterlab

[I 09:25:55.371 LabApp] JupyterLab application directory is C:\Python\Python36\share\jupyter\lab

[W 09:25:55.374 LabApp] JupyterLab server extension not enabled, manually loading...

[I 09:25:55.374 LabApp] JupyterLab extension loaded from C:\Python\Python36\lib\site-packages\jupyterlab

[I 09:25:55.375 LabApp] JupyterLab application directory is C:\Python\Python36\share\jupyter\lab

[I 09:25:55.377 LabApp] Serving notebooks from local directory: C:\CodeLab\workspace_da

[I 09:25:55.377 LabApp] The Jupyter Notebook is running at:

[I 09:25:55.377 LabApp] http://localhost:8889/?token=ed39cede3c68472e978dc5830e8f0680a818f81566edba6b

[I 09:25:55.377 LabApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

[C 09:25:55.380 LabApp]

 

    Copy/paste this URL into your browser when you connect for the first time,

    to login with a token:

        http://localhost:8889/?token=ed39cede3c68472e978dc5830e8f0680a818f81566edba6b

[I 09:25:55.816 LabApp] Accepting one-time-token-authenticated connection from ::1

[W 09:25:57.308 LabApp] 404 GET /lab/api/workspaces/lab?1536884757304 (::1): Workspace 'lab' ('lab-a511') not found

[W 09:25:57.308 LabApp] Workspace 'lab' ('lab-a511') not found

[W 09:25:57.309 LabApp] 404 GET /lab/api/workspaces/lab?1536884757304 (::1) 2.00ms referer=http://localhost:8889/lab

[I 09:25:59.017 LabApp] Build is up to date

 

자동으로 브라우저가 오픈되면서 주피터랩이 실행됩니다.

기본적으로 8888포트로 오픈되지만 8888포트를 사용하고 있는 경우에는 하나씩 증가한 포트를 가집니다.

http://localhost:8888/lab

http://localhost:8889/lab


 

 

 

주피터랩 URL주소에서 /tree 붙여주면 기존의 주피터노트북 인터페이스로 변경됩니다.

http://localhost:8889/tree


 


반응형