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
sys.argv
A workaround is to make the jupyter notebook read the arguments from a file. From the command line, modify the file and run the notebook.