Temporary file magic IPython
Project description
# 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.
# Installation
Install using pip:
` pip install ipython-tempmagic # PyPI published version `
or
` pip install git+https://github.com/Lightslayer/ipython-tempmagic # development version `
For older Jupyter versions (< 5.0):
`text %install_ext https://raw.github.com/tkf/ipython-tempmagic/master/tempmagic.py `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for ipython_tempmagic-0.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49f3ff08013aa99ac30f0e9618ba89a88a9ee7ada4509ca5c7101261a6b70133 |
|
MD5 | af83b515f08ea1d1fc63432c638cfb22 |
|
BLAKE2b-256 | 96b772631efbaae49ab45060372acb0ade32c6d7460711cd7c691d007f0cffab |