12-05-2018 07:07 AM
Hi there,
I am new in using the data science workbench. However I have some experience with notebooks and I tried to get visulatisations done with plotly. The result when I try to initialize the notebook mode or plot something is always the same error and no output:
I am quite sure somebody else had similar problems and maybe someone can point me to a solution.
Thanks and cheers
Benedikt
12-14-2018 08:22 AM
Hello @bene
Thanks for posting your query
I suspect it could be because of some browser Issue, Could you please share us the version of CDSW which you use and as well as the complete screenshot
01-02-2019 03:02 AM
Hi Satz,
Happy new year and sorry for the late reply.
We are using cdsw 1.4.2.p1.624065 and please find attached the full command set which causes the error.
The error is independent of the web browser, I tested it with all chrome, ie and firefox. However I realized, that you commend to render pictures into an iframe and the display this iframe with the html.display function. I'll try this one, altough it is a bit more complicated...
01-15-2019 07:11 PM
Yeah, thats right. There is some issue while rendering the images on your browser. Could you please try checking in Javascript console on any of your browser while running the snippet
you may refer below URL for opening Javascript consoles:
01-16-2019 12:06 AM
Saving the plot as js/html and displaying it with ipythons display works fine. But it is little bit complicated...
However here the output of the java script console:
Thank you and best regards