[jupyter] jupyter notebook: No module named 'notebook.auth' 에러 해결 방법



No module named 'notebook.auth' 에러 해결 방법


notebook.auth는 jupyter notebook 7버전 사용 방법입니다.
지금 버전에선 아래와 같이 사용해야 합니다.
from jupyter_server.auth import passwd passwd()


참고 문헌

[1] https://wingyu-story.tistory.com/125

댓글

이 블로그의 인기 게시물

[opencv-python] 이미지 크기조절(resize) 하는 법

[python]파이썬: csv reader header skip (첫번째 행 무시하기, 안읽기)

[python] selenium close와 quit 차이점