/WriteFileAndRun

IPython cell magic to run a cell after writing to a file

Primary LanguagePythonMIT LicenseMIT

IPython cell magic to write to a file and run a cell

Usage: %%writefile_run <filename> <options>

Options:

  • -a Append to the end of file
  • -dr Don't run the cell