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. For instance, if I were to run a python script as follows: python test.py False Then sys.argv would contain the argument False. But if I run a jupyter notebook in a