Passing command line arguments to argv in jupyter/ipython notebook
I’m wondering if it’s possible to populate sys.argv (or some other structure) with command line arguments in a jupyter/ipython notebook, similar to how it’s done through a python script.