728x90

개발 6

VS code에서 ssh로 원격 연결해서 jupyter notebook쓸때 에러들

"Running cells with 'Python 3.6.9 64-bit' requires ipykernel installed or requires an update" -> install 해줘야함. 해당 서버에 pip이 설치 안돼있을 경우 pip설치후 ipykernel을 설치해줘야함. "Error: Session cannot generate requests" -> 뭔가 큰 작업량을 요하는 일을 할때 발생. 구체적인 해결방법은 아직 못찾음. -> Stackoverflow에도 물어봤었는데 딱히 해결책이 없었음. https://stackoverflow.com/questions/68842982/vscode-jupyter-notebook-error-error-session-cannot-generate-reques..

개발 2021.08.19
728x90