How do I execute a bash command from Ipython/Jupyter notebook passing the value of a python variable as an argument like in this example:
py_var=\"foo\" !gre
You cans use this syntax too:
path = "../_data/" filename = "titanicdata.htm" ! less {path + filename}