강의

멘토링

로드맵

Inflearn Community Q&A

hsm02110653's profile image
hsm02110653

asked

Getting started with Python data analysis using public data

(Optional) Using the table of contents feature with Jupyter nbextensions

설치 오류

Written on

·

367

1

ERROR: Could not find a version that satisfies the requirement jupyter_contrib_nbextenstions (from versions: none)
ERROR: No matching distribution found for jupyter_contrib_nbextenstions

라는 메세지가 나오며 명령어가 실행 되지 않습니다
pandaspythonnumpy

Answer 1

0

todaycode님의 프로필 이미지
todaycode
Instructor

안녕하세요. 

jupyter_contrib_nbextenstions 라는 익스텐션을 설치하다가 어려움을 겪으시는거 같네요.

일단 설치하실 때 터미널에 (base)라는 문구가 보였는지 확인을 해주세요!

아래 화면과 같이 터미널의 두번째 줄에 있는 (base)라는 문구처럼 해당 문구가 보여야지 아나콘다 환경에 설치가 됩니다.

(base) 라고 표시되는 터미널을 가상환경이라고 부르는데요. 이 가상환경 안에 설치가 되어야 아나콘다 주피터 노트북에서 사용해 보실 수 있습니다.


맥OS

hsm02110653's profile image
hsm02110653

asked

Ask a question