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...
Daniel_PBI
3 years agoFrequent Visitor
Same for me:
Authentication seems to work fine:
from powerbiclient.authentication import DeviceCodeLoginAuthentication
device_auth = DeviceCodeLoginAuthentication()After running and authentication is done the following appears:
Device flow authentication successfully completed. You are now logged in . The result should be passed only to trusted code in your notebook.
And after that:
PBI_visualize = QuickVisualize(get_dataset_config(df), auth=device_auth)
PBI_visualizeResults in neither an error nor a response.
Further input is highly appreciated. 👍