About Anaconda Help Download Anaconda

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

copied from cf-staging / icecream

Installers

  • noarch v2.1.3

conda install

To install this package run one of the following:
conda install conda-forge::icecream

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.

© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy