Updated October 29th, 2022 by pallavi.gowdar

Pass arguments to a notebook as a list

There is no direct way to pass arguments to a notebook as a dictionary or list. You can work around this limitation by serializing your list as a JSON file and then passing it as one argument. After passing the JSON file to the notebook, you can parse it with json.loads(). Instructions Define the argument list and convert it to a JSON file. Start by...

0 min reading time
Load More