Plot in python recipe

UserBird
Dataiker
Plot in python recipe
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?
0 Kudos
1 Reply
Mattsco
Dataiker
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.
Mattsco
0 Kudos