writefile-run

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


License
MIT
Install
pip install writefile-run==0.3

Documentation

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