Jupyter

Page content
  • It is especially useful for data exploration and visualization.
  • It allows you to author content in
    • Markdown
    • HTML

Install PixieDust

pip install pixiedust

Import

import pixiedust

Run

jupyter notebook

Commands

  • <variable_or_function>? gives detailed information about the variable or function.
  • <variable_or_function>?? gives the source code if it is available.

Ref