-
Notifications
You must be signed in to change notification settings - Fork 170
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
witwidget doesn't display in jupyter notebook #188
Comments
Can you try adding an |
Thank you very much for your answer. But after adding an 'a.render()'call ,I still can't see the widget. |
What version of Jupyter are you using? Have you followed the install steps in the readme in https://github.com/pair-code/what-if-tool ? |
Yes, I have followed the tutorial. And my version is 6.3. But I am not running the three lines of pip code in jupyter notebook, but the command running in cmd, will this have any effect?
|
Running those lines in the console (only need to one time, when first installed) before launching your jupyter kernel should work. Perhaps you could try an older version of Jupyter, or using JupyterLab versions 1, 2, or 3? It's possible the widget has issues in later versions of classic Jupyter. |
If you are just opening a notebook that previously rendered the widget, I don't think that error signifies any specific install issue. The rendering won't persist between openings of a notebook. You would need to re-run the cell to re-render the UI upon opening the notebook again. Any luck with different Jupyter versions? |
Hello, When i run the example -
WIT_Model_Comparison.ipynb
inside my jupyter notebook in Anaconda, I can't see any widget.
But the notebook shows that widget is already installed.
The text was updated successfully, but these errors were encountered: