Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on October 17, 2021 7:40AM
Likes: 0
Replies: 2
Hi,
I could successfully complete the first exercise with Basics of R in DSS, i have created the recipe as well. But after that i could not see the chart which was created in the notebook. Is it not available in the charts section of the dataset created?
Thanks & Best Regards
Sreejith
Hi Sreejith,
It is important to note the difference between notebooks, recipes, and datasets in DSS. Notably, notebooks are not tied to any specific datasets and is generally used for data exploration purposes (you can read in data from any dataset in your project into a particular notebook). In your particular case, you very likely read your dataset into a dataframe in your R notebook and leveraged some R packages (i.e. ggplot2) to create a chart using it, but this will only be available from your notebook.
For charts that are "tied" to a particular dataset, you will need to navigate to the dataset > Charts tab and create a chart accordingly:
https://doc.dataiku.com/dss/latest/visualization/index.html
Best
Andrew
Hi Andrew,
Thanks you
Best Regards
Sreejith