Plot in python recipe
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
I find the graphing capabilities within dataiku a bit limited. Thus I thought to use plot within a python recipe, however the output graph is not shown?
How is it possible to plot within a python recipe?
How is it possible to plot within a python recipe?
Tagged:
Answers
-
Hi,
You can't plot anything in a python recipe.
Here are some options:
- Save your plot in a png file in your python recipe and display it in an insight.
- Use an ipython notebook.
- And of course, plot the output dataset of a Python recipe in the DSS interface, but that is what you wanted to avoid.