728x90

코드가 가로로 길어질 경우 셀을 넘어서 스크롤이 생기기 때문에 불편하다...

C:\Users\컴퓨터이름 폴더\.jupyter\nbconfig 경로에 notebook.json 파일을 수정한다.

"MarkdownCell": {
    "cm_config": {
      "lineWrapping": true
    }
  },
  "CodeCell": {
    "cm_config": {
      "lineWrapping": true
    }
  }

위 내용을 최상위 {} 안에 위치하도록 수정하고 재시작하면 끝.

728x90

+ Recent posts