Forum Discussion
Anonymous
3 years agoNot applicable
Power BI visualize in Jupyter Notebook
I am trying to use PowerBI in Jupyter Notebook. I want to create a PowerBI report using the (Financial sample.xlsx) dataframe in Jupyter NB. The following code is run: from powerbiclient im...
Zeinab
3 years agoNew Member
I use the same code and after this line
PBI_visualize = QuickVisualize(get_dataset_config(df), auth=device_auth)
PBI_visualize
NO report is showen neither error, it runs with no return.
Anyone faces the same issue ?
- lbendlin3 years ago
Super User
Try using Interactive_auth instead.