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 |
Tags
- Python
- ubuntu
- nvidia-smi
- 기타 연주
- Visual Studio
- pytorch
- 채보
- Selenium
- pandas
- Linux
- C++
- mysql
- YOLO
- VS Code
- windows forms
- C#
- SSH
- JSON
- OpenCV
- pip
- Numpy
- 핑거스타일
- Docker
- C
- paramiko
- 컨테이너
- 프로그래머스
- 오류
- error
- label
Archives
- Today
- Total
목록Direct kernel connection broken (1)
기계는 거짓말하지 않는다
Python Direct kernel connection broken 에러
Python 코드 작성 시 Direct kernel connection broken 에러를 보는 경우가 있다. 주피터 노트북에서 진행하면 오류 후 정상 작동을 하지 않고 다시 IDE를 재실행 해야 됐다. 주피터 노트북의 exit() 활용에서도 가끔 볼 수 있다. class TempClass: def __init__(self): self.num = 0 self.str = 'String' @property def num(self): return self.num @num.setter def num(self, val): self.num = val @property def str(self): return self.str @str.setter def str(self, str): self.str = str tc = ..
Python
2021. 6. 30. 22:49