□ 환경
- Windows, Ubuntu 공통
- python 3.7 이상
python 환경이 먼저 설치가 되어 있어야 한다.
Jupyter notebook이 설치가 되어 있지 않다면, 아래 명령으로 간단히 설치가 가능하다.
pip3 install jupyter
이후 하기 명령으로 간단히 띄우는 것이 가능하다.
python.exe -m notebook
C:\workspace>python -m notebook
[W 2024-02-07 10:21:11.326 ServerApp] A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[I 2024-02-07 10:21:11.329 ServerApp] jupyter_lsp | extension was successfully linked.
.....
Or copy and paste one of these URLs:
http://localhost:8888/tree?token=5d77610764e494f4a70849088e4713459b1fad22e87706cd
http://127.0.0.1:8888/tree?token=5d77610764e494f4a70849088e4713459b1fad22e87706cd
.....
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
실행하면 위와 같은 로그가 출력되며 이 중 copy and paste of these URLs: 란 문구 아래 둘 중 하나를 사용해서 브라우저 상에서 jupyter notebook을 띄우는 게 가능하다.
copy and paste of these URLs:
http://localhost:8888/tree?token=5d77610764e494f4a70849088e4713459b1fad22e87706cd
http://127.0.0.1:8888/tree?token=5d77610764e494f4a70849088e4713459b1fad22e87706cd
반응형
'Linux' 카테고리의 다른 글
xrdp 원격 접속, 검은 화면 해결(black screen) (0) | 2024.02.22 |
---|---|
Ubuntu 디스크 용량 확인 (0) | 2024.02.07 |
Ubuntu USB 만들기 (ubuntu 22.04) (0) | 2023.09.08 |
pip 최신 버전 맞춤 설치하기 (0) | 2023.06.05 |
Troubleshooting, scikit-build 설치 오류, ModuleNotFoundError: No module named 'skbuild' (0) | 2023.06.04 |