Skip to main content

Enable Debugger in Jupyter Notebook (pixiedust)

Steps to follow to use pixiedust debugger

  1. You need to install PixieDust if not already installed. 
    1. Search for Anaconda Prompt console installed on your computer
    2. Type "pip install pixiedust" and press enter
    3. It would take some time to install so wait for it
  2. Go to Jupyter Notebook and add "import pixiedust" to one of the cell and press CTRL + ENTER
  3. To invoke the PixieDebugger for a specific cell, simply add the "%%pixie_debugger" magic at the top of the cell and run it.

Comments