코딩코딩81 [vscode] jupyter-notebook에서 ctrl+enter나 shift+enter가 안 되는 경우 0. extension 설치로 해결하기 https://g0n1.tistory.com/183 위 방법으로 안 된다면 아래의 과정을 수행하시면 됩니다. 1. 좌측 상단 File -> Preferences -> Keyboard Shortcuts로 이동 2. 우측 상단의 Open Keyboard Shortcuts(JSON) 클릭 3. 아래 내용 복붙 원래 내용이 있다면, 이어서 붙여주세요. // Place your key bindings in this file to override the defaults [ { "key": "ctrl+enter", "command": "notebook.cell.execute", "when": "notebookCellListFocused" }, { "key": "ctrl+alt+.. 2021. 12. 23. [fastAPI] 422 unprocessible entity @router.get('/') def test(a : str = "abd"): return a 함수(컨트롤러를) 위처럼 작성했다고 했을 때, 함수의 input에 타입힌팅과 다른 타입의 데이터가 들어왔을 때 발생하는 오류입니다. 요청으로 들어오는 데이터가 내가 명시한 데이터와 일치하는지 확인해보시길 바랍니다. 2021. 12. 14. [fastAPI] Did not find boundary character 에러 pip install python-multipart requirements에 python-multipart라는 패키지를 추가하였더니 에러는 나오지 않게 되었습니다. 2021. 11. 29. scp, gcloud 커맨드로 gcp에 파일 옮기는 법 gcloud compute scp C:\Users\윈도우유저\파일경로\파일명 리눅스파일경로/파일명 2021. 11. 21. 이전 1 ··· 6 7 8 9 10 11 12 ··· 21 다음