An open API service indexing awesome lists of open source software.

https://github.com/tkf/ipython-tempmagic


https://github.com/tkf/ipython-tempmagic

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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.

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