CMD + K

icecream

Community

Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::icecream

Usage Tracking

2.1.8
2.1.6
2.1.5
2.1.4
2.1.3
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

Do you ever use print() or log() to debug your code? Of course you do. IceCream, or ic for short, makes print debugging a little sweeter.

ic() is like print(), but better:

  1. It prints both expressions/variable names and their values.
  2. It's 40% faster to type.
  3. Data structures are pretty printed.
  4. Output is syntax highlighted.
  5. It optionally includes program context: filename, line number, and parent function.

About

Summary

Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call.

Last Updated

Sep 14, 2025 at 17:04

License

MIT

Total Downloads

93.8K

Supported Platforms

noarch