aws jupyter 사용 에러 (1) 썸네일형 리스트형 aws jupyter 연동 후 에러 Jupyter .ipynb 를 사용할 때 하기와 같이 에러가 발생할 수 있다. ImportError IPython 7.10+ supports Python 3.6 and above ~ 내용을 보면 Import Error란걸 확인 할 수 있는대 Ipython 5.x 버전을 먼저 설치해 달란다. pip를 먼저 업그레이드하고 $sudo pip3 install --upgrade pip IPython을 설치해 준다. $sudo pip3 install IPython==5.0 정상 동작하는 것을 확인할 수 있다. 참고 링크 https://aichamp.wordpress.com/2017/05/28/installing-ipython-5-0-lower-then-6-0-compatible-with-python-2-62-7/ .. 이전 1 다음