ipython-tempmagic

Temporary file magic IPython


Keywords
ipython, jupyter, notebook, tempfile, tempdir
Install
pip install ipython-tempmagic==0.0.1

Documentation

Magics for temporary workspace

  • %cdtemp -- Creates a temporary directory that is magically cleaned up when you exit IPython session.

  • %%with_temp_dir -- Run Python code in a temporary directory and clean up it after the execution.

%install_ext https://raw.github.com/tkf/ipython-tempmagic/master/tempmagic.py