-
Notifications
You must be signed in to change notification settings - Fork 301
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
Jupyter Notebook will not render ipyaggrid. #10905
Comments
thanks for the bug, aside from the direct issue with the widget rendering, this seems to also expose some issues with error handling in core.
|
it looks like the issue I was hitting was due to a known zmq crash: #10386 (comment), and after disabling zmq, it seems to work fine: can you open developer tools |
We need to think about how to improve this experience. |
My guess is we're not looking for the right file. ipyaggrid exports this: In our code we look for index.js, not index.min.js. Line 28 in 5682a86
|
Thanks for the response. See attached the error log from the dev console when running the sample code, followed by the editor crashing, cells clearing and unsuccessful save prompt. |
@hayden-puckeridge - those symptoms sound like the zmq crash. Can you try disabling zmq by adding |
@amunger Thanks, with zmq disabled the widgets render correctly with no issues that I can see. |
thanks for the update, I'll just close this one as a dupe of #10386 then |
Applies To
What happened?
Cannot render a table widget using ipyaggrid in VS Code Jupyter Notebok.
When running the code below I have seen each of following responses:
Have tried with VS Code and VS Code - Insiders, also with release, pre-release and previous versions of the Jupyter extension.
ipyaggrid v0.2.2 appears to be available from jsDelivr and UNPKG.
ipyaggrid behaves as expected in notebooks outside of VS Code.
VS Code Version
Version: 1.69.2 (user setup) Commit: 3b889b090b5ad5793f524b5d1d39fda662b96a2a Date: 2022-07-18T16:12:52.460Z Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js: 16.13.2 V8: 10.0.139.17-electron.0 OS: Windows_NT x64 10.0.19042
Jupyter Extension Version
v2022.6.1201981810
Jupyter logs
Coding Language and Runtime Version
Python v3.9.12
Language Extension Version (if applicable)
Python v2022.10.1
Anaconda Version (if applicable)
4.13.0
Running Jupyter locally or remotely?
Local
The text was updated successfully, but these errors were encountered: