게시글
질문&답변
2021.11.22
설치가 중간에 안되요
도와 주세요. 주피터 익스텐션이 별거 다해봤는데도 설치가 안됩니다.
- 1
- 3
- 2.2K
질문&답변
2021.11.22
설치가 중간에 안되요
(base) C:\Users\User>jupyter contrib nbextension install --user Traceback (most recent call last): File "C:\Windows\Anaconda3\Scripts\jupyter-script.py", line 10, in sys.exit(main()) File "C:\Windows\Anaconda3\lib\site-packages\jupyter_core\command.py", line 247, in main command = _jupyter_abspath(subcommand) File "C:\Windows\Anaconda3\lib\site-packages\jupyter_core\command.py", line 134, in _jupyter_abspath 'Jupyter command `{}` not found.'.format(jupyter_subcommand) Exception: Jupyter command `jupyter-contrib` not found. (base) C:\Users\User>pip install jupyter_contrib_nbextensions && jupyter contrib nbextension Requirement already satisfied: jupyter_contrib_nbextensions in c:\windows\anaconda3\lib\site-packages (0.5.1) WARNING: No metadata found in c:\windows\anaconda3\lib\site-packages ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: 'c:\\windows\\anaconda3\\lib\\site-packages\\jupyter_contrib_nbextensions-0.5.1.dist-info\\METADATA' (base) C:\Users\User>
- 1
- 3
- 2.2K
질문&답변
2021.11.16
별짓을 다했는데도 익스텐션 설치가 안됩니다
명령어 실행하면 설치되다가 맨마지막에 위와같이 UnicodeDecodeError 에러가 나면서 종료됩니다. 회사에서 암호화관련 파일이 작동되는데, jupyter extenstion과는 상관없는것 같습니다.
- 2
- 3
- 604
질문&답변
2021.11.16
별짓을 다했는데도 익스텐션 설치가 안됩니다
(사진)
- 2
- 3
- 604
질문&답변
2021.09.27
UnicodeDecodeError: 'cp949' codec can't decode byte 0x94
엑셀로 한번 연 이후에는 에러가 나는 것 같습니다. 그냥 다운로드하여 바로 열면 성공입니다.
- 1
- 4
- 1.5K
질문&답변
2021.09.27
UnicodeDecodeError: 'cp949' codec can't decode byte 0x94
해결했습니다. 삭제하고, 다운로드 다시 해서 성공했습니다. 감사합니다.
- 1
- 4
- 1.5K
질문&답변
2021.09.27
UnicodeDecodeError: 'cp949' codec can't decode byte 0x94
파일은 열었는데, 위와 같이 여전히 decode 에러가 납니다.
- 1
- 4
- 1.5K