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:
Asked
Active
Viewed 1,970 times
3
-
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 Answers
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
-
-
-
-
1in 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
-