Hacker News new | ask | show | jobs
by webgoat 1955 days ago
You can use the magic command `! ` in IPython to write shell commands with support for f-strings i.e. ``` arg = "test" out = ! echo {arg} ```