Jupter notebook 포트 설정1 Jupyter Notebook 버전 7에서 비밀번호 설정, IP, 포트 설정 하는 방법 conda create -n jupyter python=3.8 -y # 가상환경 생성 conda activate jupyter #가상환경 실행 pip install jupyter notebook # jupyter notebook 설치 jupyter notebook --generate-config # jupyter notebook 설정파일 생성 아나콘다 가상환경을 생성한 후 실행하고 jupter notebook 설치와 설정파일을 생성함 python #파이썬 실행 이후 파이썬을 입력하여 파이썬을 실행시킨다. >>> from notebook.auth import passwd #1 >>> passwd() #2 Enter password: Verify password: 'argon2: ~~~~~' # .. 2024. 3. 13. 이전 1 다음