Forum Discussion
Failed to load model class 'QuickVisualizeModel' from module 'powerbi-jupyter-client'
Good morning,
I installed Jupyter on Windows with Python 3.11, versions in the image below as well as the error that is happening with powerbiclient, I am following the example below:
Does anyone know how to solve this problem?
[Open Browser Console for more detailed log - Double click to close this message]
Failed to load model class 'QuickVisualizeModel' from module 'powerbi-jupyter-client'
Error: No version of module powerbi-jupyter-client is registered
at f.loadClass (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/134.a63a8d293fb35a52dc25.js?v=a63a8d293fb35a52dc25:1:74936)
at f.loadModelClass (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/336.ebc7a55ea1768712771f.js?v=ebc7a55ea1768712771f:1:10729)
at f._make_model (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/336.ebc7a55ea1768712771f.js?v=ebc7a55ea1768712771f:1:7517)
at f.new_model (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/336.ebc7a55ea1768712771f.js?v=ebc7a55ea1768712771f:1:5137)
at f.handle_comm_open (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/336.ebc7a55ea1768712771f.js?v=ebc7a55ea1768712771f:1:3894)
at _handleCommOpen (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/134.a63a8d293fb35a52dc25.js?v=a63a8d293fb35a52dc25:1:73473)
at v._handleCommOpen (http://localhost:8888/static/notebook/3676.bundle.js:1:30808)
at async v._handleMessage (http://localhost:8888/static/notebook/3676.bundle.js:1:32702)
5 Replies
- gayathri07New Member
I am also facing same issue, Has anyone find solution for this?I am trying to create Power BI report in anaconda Jupyter Notebook Cloud.Does this anything to do with JupyterNotebook version?
- Chris-cringleNew Member
I have this issue also
- DiegomonFrequent Visitor
Same issue here
- JorgePosada_77New Member
same
- marceloudoRegular Visitor
The same problem now.
For a while I used that possibility:
from IPython.display import IFrame
display(IFrame(src="https://app.powerbi.com/reportEmbed?reportId=a48ec727-5ba4-41d2-a21e-fa6gd06ef7d9&autoAuth=true&ctid=2f4f2f9c-81e2-4f47-a231-f100db9fd984", width=1140, height=541))