Extensions 로 python 과 code runner 설치ctrl + shift + p 를 누른 후, Python: Select Interpreter 선택원하는 interpreter 선택interpreter 반영된 모습
File에서 New File을 선택Jupyter Notebook을 선택오른쪽 위 상단에 select Kernel 선택base(Python 3.10.9) 선택
Mac os 가 사용하고 있는 5000 port 끊기Step 1.특정 포트번호를 사용 중인 PID를 확인한다. 참고로 PID는 process_id 의 축약어이다. 그럼 아래에 사용중인 프로세스와 PID값이 나온다. Step 2 . kill -9 pid 값 명령어
Vscode에서 python 파일을 F5로 파이썬 실행 및 ctrl+F5로 디버거를 실행할 때 아무런 반응이 일어나지 않은 오류이다.Python Extension -> Uninstall 옆 작은 아래 화살표 -> Install Another Version -> 2022