I am trying to run the following code in Atom's Hydrogen package
import argparse
parser = argparse.ArgumentParser()
parser.parse_args()
which produces the following error
ipykernel_launcher.py: error: unrecognized arguments: -f
Any ideas why this might be happening and how to fix it?