Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- cygwin
- arXiver
- HDF5
- cython
- LaTeX
- Anaconda
- portforwarding
- SSH
- conda
- mpi4py
- hyperref
- Windows
- intel compiler
- polyglot
- jupyter
- gfortran
- Visual Studio
- vi
- Matplotlib
- tab space
- python
- vim
- h5py
- HFS+
- GSL
- c++
- datascience
- openmp
- MAC
- virtual
Archives
- Today
- Total
Astro Coke
[Jupyter] Shutdown by port number 본문
Jupyter lab 이나 Jupyter notebook 을 외부에서 접속해서 사용할 때,
백그라운드로 활성화시켜서 종료할 때 확인을 잘 못하는 경우가 있다.
이럴 땐, 계속해서 돌아가는 일들이 종종 있는데,
> jupyter lab list
위 명령어로 현재 살아 있는 노트북을 확인 할 수 있다 (경우에 따라 lab 과 notebook을 바꿔서 쓸 수 있다).
이를 통해 확인한 port 넘버로 (e.g., 8888) 아래와 같이 중단할 수 있다.
jupyter lab stop <port number>
이때 간혹, ConnectionRefusedError: [Errno 10061] Unknown error 와 같은 에러가 발생하기도 하는데,
이 경우에는,
jupyter --paths
를 통해 runtime 임시 파일 폴더의 위치를 확인한 후,
그 폴더 안에 있는 모든 임시 파일 (대부분 *.json 파일임) 들을 삭제하면,
모든 노트북들이 중단되는 것을 확인할 수 있다.
'Computer Setup' 카테고리의 다른 글
[NAS] read/write HFS+ (mac OS) USB Drive from a synology system (0) | 2021.09.25 |
---|---|
[HDF5] Trouble shooting (+fortran) (0) | 2021.07.13 |
[Globus] Command-line Globus (in beluga cluster) (0) | 2021.05.17 |
[Linux] create separate tar files from multiple folders (files) (0) | 2021.01.19 |
[Mac] ahnlab safe transaction on Mac OSX (0) | 2020.12.18 |