rajatvd / WriteFileAndRun

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 100.0%