#python #anaconda #jupyter-notebook #visual-code #html #css #javascript #http

제목주피터 노트북 실행 문제 문의2026-06-29 17:19
작성자

아나콘다 내에서 주피터 노트북이 열리지 않는데, 인터넷으로는 주피터 노트북이 열리는 상황입니다.

그래서 바탕화면에 주피터 실행 파일을 만들었습니다. 

파일을 열면 다음과 같이 나오고, 화면에 나오는 주소를 크롬 주소창에 복사 붙여넣기 하는 방법으로 주피터를 실행할 수 있습니다.

볼드체 한 주소로 사용중입니다.


Starting Jupyter Notebook...

Do not close this window while using Jupyter.


[I 2026-06-29 21:10:41.321 ServerApp] Extension package jupyter_lsp took 0.1080s to import

[I 2026-06-29 21:10:41.644 ServerApp] jupyter_lsp | extension was successfully linked.

[I 2026-06-29 21:10:41.664 ServerApp] jupyter_server_terminals | extension was successfully linked.

[I 2026-06-29 21:10:41.692 ServerApp] jupyterlab | extension was successfully linked.

[I 2026-06-29 21:10:41.719 ServerApp] notebook | extension was successfully linked.

[I 2026-06-29 21:10:43.155 ServerApp] notebook_shim | extension was successfully linked.

[I 2026-06-29 21:10:43.454 ServerApp] notebook_shim | extension was successfully loaded.

[I 2026-06-29 21:10:43.461 ServerApp] jupyter_lsp | extension was successfully loaded.

[I 2026-06-29 21:10:43.463 ServerApp] jupyter_server_terminals | extension was successfully loaded.

[I 2026-06-29 21:10:43.489 LabApp] JupyterLab extension loaded from C:\Users\조혜진\jupyter-clean\Lib\site-packages\jupyterlab

[I 2026-06-29 21:10:43.489 LabApp] JupyterLab application directory is C:\Users\조혜진\jupyter-clean\share\jupyter\lab

[I 2026-06-29 21:10:43.492 LabApp] Extension Manager is 'pypi'.

[I 2026-06-29 21:10:44.297 ServerApp] jupyterlab | extension was successfully loaded.

[I 2026-06-29 21:10:44.315 ServerApp] notebook | extension was successfully loaded.

[I 2026-06-29 21:10:44.316 ServerApp] Serving notebooks from local directory: C:\Users\조혜진

[I 2026-06-29 21:10:44.317 ServerApp] Jupyter Server 2.20.0 is running at:

[I 2026-06-29 21:10:44.317 ServerApp] http://localhost:8888/tree?token=31fa742bfefcc8bc29e7e1f94ea7ed652f07ff4a8fceb6c5

[I 2026-06-29 21:10:44.317 ServerApp]     http://127.0.0.1:8888/tree?token=31fa742bfefcc8bc29e7e1f94ea7ed652f07ff4a8fceb6c5

[I 2026-06-29 21:10:44.317 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

[C 2026-06-29 21:10:44.345 ServerApp]


    To access the server, open this file in a browser:

        file:///C:/Users/%EC%A1%B0%ED%98%9C%EC%A7%84/AppData/Roaming/jupyter/runtime/jpserver-22456-open.html

    Or copy and paste one of these URLs:

        http://localhost:8888/tree?token=31fa742bfefcc8bc29e7e1f94ea7ed652f07ff4a8fceb6c5

        http://127.0.0.1:8888/tree?token=31fa742bfefcc8bc29e7e1f94ea7ed652f07ff4a8fceb6c5

[I 2026-06-29 21:10:44.486 ServerApp] Skipped non-installed server(s): basedpyright, bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-server, pyrefly, pyright, python-language-server, python-lsp-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscode-json-languageserver-bin, yaml-language-server

기말 시험에서는 인터넷 사용이 안 되는 걸로 아는데, 이 방식으로 주피터 노트북을 실행해도 되는 건가요?
 

댓글