ipython_memory_usage
ipython_memory_usage copied to clipboard
IPython tool to report memory usage deltas for every command you type
* https://github.com/pandas-dev/pandas/issues/11050 * https://github.com/pandas-dev/pandas/issues/17092 * https://github.com/numpy/numpy/issues/6732 * https://github.com/liushuchun/pynote/tree/master/slots_magic (use case) * https://github.com/jni/streaming-talk (use case) * https://github.com/ianozsvald/ipython_memory_usage/blob/master/src/ipython_memory_usage/examples/example_usage_np_pd.ipynb (my example for pandas del vs drop via Jamie Brunning)
Ian to check https://github.com/cpcloud/ipython-autotime
Try switching to support wheels https://pythonwheels.com/ and move the subfolder up 1 level
Add a docstring to the package and add `%ipython_memory_usage_start ` to give the user a clue. Update __init__.py with a """docstring that tells the user how to get started""" so...
Re-raise if the import is done outside of the ipython environment to give the user a clue. With `python` this lacks the appropriate attributes: ``` $ python Python 3.7.3 |...
* https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#test-section tests * https://conda-forge.org/docs/
- [ ] can we confirm if `perf` still works? Ian can't install it on his 4.9 kernel As noted in the `README.md` we have `%run -i ipython_memory_usage_perf.py` but Ian...
Rather than showing the maximal cpu usage, instead consider making a graphical representation if
Rather than print that the user should run `%start_imu`, instead kick it off and tell them how to stop it