반응형 전체 글252 jupyter notebook kernel 추가하기 https://eatchu.tistory.com/10 > import sys >> print(sys.executable) # jupyter import sys print(sys.executable) 위의 방법으로 확인해 볼 수 있음 결과는 역시 두개의 경로가 다르게 나왔고 터미널에서는 기존에 사용하던 함수들이 정상적으로 가동됐다 이제 터미널에서 사용되던 파이썬 경로를 주피터 커널에 연결할것 #jupyter kernel list 확인 $ jupyter kernelspec list 현재 주피터에 연결되어 있는 파이썬 커널이 뜬다 python3 /Users/xxxx/opt/anaconda3/share/jupyter/kernels/python3 여기에 나는 terminal에서 사용되는 가상환경을 커널에 추가할것.. 2022. 6. 20. [Python] 파이썬 학습사이트 learnpython.org 2022. 6. 19. 네이버과학_수학포스터_대한수학회 2022. 6. 13. MNIST-dataset-in-different-formats https://github.com/mrgloom/MNIST-dataset-in-different-formats GitHub - mrgloom/MNIST-dataset-in-different-formats: Just a MNIST dataset in different formats Just a MNIST dataset in different formats. Contribute to mrgloom/MNIST-dataset-in-different-formats development by creating an account on GitHub. github.com MNIST-dataset-in-different-formats Just a MNIST dataset in different formats THE MNI.. 2022. 6. 13. 이전 1 ··· 28 29 30 31 32 33 34 ··· 63 다음 반응형