We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jupyter lab에서 "$ canrevan --category 100 101 --start_date 20200501 --end_date 20200531 --max_page 5" 코드를 실행시켰는데.
아래의 오류 코드가 나왔습니다. File "C:\Users\shcho\AppData\Local\Temp\ipykernel_8236\2671537096.py", line 1 canrevan --category 100 101 --start_date 20200501 --end_date 20200531 --max_page 5 ^ SyntaxError: invalid syntax
어떤 문제일까요?
참고로 import canrevan 으로 임포트 하여서 사용했습니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
jupyter lab에서
"$ canrevan --category 100 101 --start_date 20200501 --end_date 20200531 --max_page 5" 코드를 실행시켰는데.
아래의 오류 코드가 나왔습니다.
File "C:\Users\shcho\AppData\Local\Temp\ipykernel_8236\2671537096.py", line 1
canrevan --category 100 101 --start_date 20200501 --end_date 20200531 --max_page 5
^
SyntaxError: invalid syntax
어떤 문제일까요?
참고로 import canrevan 으로 임포트 하여서 사용했습니다.
The text was updated successfully, but these errors were encountered: