강의

멘토링

커뮤니티

Inflearn Community Q&A

webghostcj3033's profile image
webghostcj3033

asked

Python School - Work Automation Using Python Programming

Read Excel file

jupyter 실행시 오류 내용

Written on

·

273

0

D:\Python\Jupyther_Notebook>C:\Users\KJM\Anaconda3\Scripts\jupyter.exe notebook

Traceback (most recent call last):

  File "C:\Users\KJM\Anaconda3\Scripts\jupyter-script.py", line 9, in <module>

    sys.exit(main())

  File "C:\Users\KJM\Anaconda3\lib\site-packages\jupyter_core\command.py", line 230, in main

    command = _jupyter_abspath(subcommand)

  File "C:\Users\KJM\Anaconda3\lib\site-packages\jupyter_core\command.py", line 133, in _jupyter_abspath

    'Jupyter command `{}` not found.'.format(jupyter_subcommand)

Exception: Jupyter command `jupyter-notebook` not found.

D:\Python\Jupyther_Notebook>

그래서 바로가기 파일을 만들어 사용을 하니 실행은 가능합니다.

바로가기 파일 대상 내용 :

C:\Users\KJM\Anaconda3\python.exe C:\Users\KJM\Anaconda3\cwp.py C:\Users\KJM\Anaconda3 C:\Users\KJM\Anaconda3\python.exe C:\Users\KJM\Anaconda3\Scripts\jupyter-notebook-script.py "D:\Python\Jupyther_Notebook/"

python

Answer

This question is waiting for answers
Be the first to answer!
webghostcj3033's profile image
webghostcj3033

asked

Ask a question