https://github.com/tkf/ipython-tempmagic
https://github.com/tkf/ipython-tempmagic
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tkf/ipython-tempmagic
- Owner: tkf
- Created: 2012-08-31T20:45:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T19:49:44.000Z (almost 8 years ago)
- Last Synced: 2025-03-28T18:09:14.036Z (10 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```