Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load model class 'ReportModel' from module 'powerbi-jupyter-client' #47

Closed
Diegomon2609 opened this issue Feb 28, 2024 · 1 comment

Comments

@Diegomon2609
Copy link

The issue appears when I am going to render the report

image

@KotanaSai21
Copy link
Contributor

We were able to repro the issue. After some investigation, we found that this issue is not related to our package, rather the package manager Conda.

We followed the below steps and able to render the report.

  1. Updated the Anaconda and Jupyter Lab to the latest versions.
  2. Followed the steps but faced the same issue of the JavaScript error.
  3. Executed below commands in the Anaconda prompt shell.
jupyter lab clean
jupyter labextension install @jupyter-widgets/jupyterlab-manager
pip install powerbiclient

Make sure these extensions are added in jupyter lab.
image

  1. After these steps, we were able to embed the report in the jupyter lab.

If the issue still exists, try the steps mentioned here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants