ContributionsMost RecentNewest TopicsMost LikesSolutionsHow to call Python dataframe output in Sisense Notebooks to use as an input in other blocks. I got the Python dataframe output as below. >>output = pd.DataFrame(data=mymodel,columns = ["Y"]) >>print(output) >>SisenseHelper.save_dataframe(output) Would like to see how to reuse the output in other blocks or save it within the Sisense Notebooks.