youliangzhu / pygamd-v1

Other
32 stars 5 forks source link

Jupyter and parser #3

Open yjianzhu opened 1 year ago

yjianzhu commented 1 year ago

It's a common problem.

When using parser and jupyter,

(_options, args) = parser.parse_args()

jupyter enviroment will report as

ipykernel_launcher.py: error: no such option: -f

yjianzhu commented 1 year ago

https://stackoverflow.com/questions/48796169/how-to-fix-ipykernel-launcher-py-error-unrecognized-arguments-in-jupyter

ZhuochenYu commented 1 week ago

Some parameters need to be passed through the command line. Using jupyter cannot get these parameters. Please use cmd in windows or bash command line in linux.