728x90
반응형
jupyter notebook을 실행하다보면 연결 세션 (커널, kernel)이 무엇인지 알고 싶을 때가 있다.
jupyter notebook들은 터미널에서 보면 ~~~~~/.local/share/jupyter/runtime/kernel-~~~~.json으로 되어있다.
연결된 json을 알아내는 방법은 실행 중인 노트북 파일에서 아래의 명령어를 입력하면 된다.
get_ipython().config
그러면 출력되는 것은 아래와 같이 나온다.
{'IPKernelApp': {'connection_file': '/home/xxxx/.local/share/jupyter/runtime/kernel-18083d5f-3462-4020-bb52-8b397e2481e9.json'},
'Completer': {'use_jedi': False}}
728x90
반응형
'파이썬3 > jupyter' 카테고리의 다른 글
실행 중인 노트북들 한번에 종료하는 스크립트 (0) | 2023.03.28 |
---|---|
conda 환경 파일인 yaml 관련 문서 (0) | 2022.04.22 |
주피터 노트북 (jupyter-notebook) 서버 리스트 확인하기 (0) | 2022.04.12 |
jupyterlab 시작위치 설정 (linux) (0) | 2022.01.10 |
jupyterlab output font size 조정하기 (0) | 2022.01.09 |