Skip to main content

A simple extension for monitoring memory usage of Jupyter notebook cells.

Project description

memprofiler

PyPI Binder

memprofiler is a simple extension for monitoring memory usage of Jupyter notebook cells.

Installation

It can be installed as a typical Python source package from PyPi using pip:

pip install memprofiler

Usage

A basic example of how to use this extension can be found in this Jupyter notebook.

Reference

mprof_run

%%mprof_run [-i INTERVAL] [-p] profile_id

Run memory profiler during cell execution. (cell_magic)

  • positional arguments:

    • profile_id
      Profile identifier to label the results.
  • optional arguments:

    • -i INTERVAL, --interval INTERVAL
      Sampling period (in seconds), default 0.01.

    • -p, --plot
      Plot the memory profile.

mprof_plot

%mprof_plot [-t TITLE] profile_ids [profile_ids ...]

Plot memory profiler results. (line_magic)

  • positional arguments:
    • profile_ids
      Profile identifiers made by mprof_run. Supports regex.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the BSD 3-Clause License. See LICENSE for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

memprofiler-0.1.0.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file memprofiler-0.1.0.tar.gz.

File metadata

  • Download URL: memprofiler-0.1.0.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for memprofiler-0.1.0.tar.gz
Algorithm Hash digest
SHA256 279cb0a7805b27f550f420c3539ff4fd8d89b35177db692e1d59ba42f5f2276f
MD5 9134dbc4c101a42e0df5d5e18e56d615
BLAKE2b-256 7675e78802ca5ecadeaa3155541f6a3f8877aecff6775bbb6efe64e16c0dfeeb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page