3

I installed Pixiedust using conda. I am trying to use in Jupyter Lab. But When I run a comand it only diplays: Ipython.core.display.Javascript object. The following picture illustrates the error:

enter image description here

Ushuaia81
  • 495
  • 1
  • 6
  • 14
  • It is not an error. Try printing it. Also, avoid using in-built functions as variable names, in this case `max`. – Sheldore Oct 04 '18 at 22:05

1 Answers1

2

Reference here it specifically states that:

PixieDebugger, developed by the PixieDust team, claims to be the first visual debugger for Python that works exclusively with Jupyter Notebooks. Note that it doesn’t yet work with JupyterLab but the developers might be working on fixing this soon.

as of JULY 25, 2018

adhg
  • 10,437
  • 12
  • 58
  • 94
  • Thanks! This seems to hold for 18 November 2020 as well. – Joel Nov 18 '20 at 11:35
  • Was looking forward to using with jlab. Sad times. – Topde Dec 23 '20 at 16:09
  • @Dee yep, I feel you. bummer! maybe 2021? – adhg Dec 23 '20 at 16:11
  • 1
    in 7 days, that'd be great haha https://github.com/jupyterlab/debugger this looks pretty good as well, unfortunately I work in a ringfenced system and can't find out to update nodejs to the newest version to use it, you might be able to enjoy it tho! – Topde Dec 23 '20 at 16:21
  • @Dee if anything changes I'll update my answer. Best – adhg Dec 23 '20 at 16:27