-
Notifications
You must be signed in to change notification settings - Fork 294
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
qgrid widget is not able to load in vscode, but is able to in notebooks #1974
Comments
The root cause of this is that qgrid 1.1.3 is not up on the CDN. And the local source installed by qgrid has a dependency upon jupyter. We're going to issue an error for this scenario. |
For #11245 * Warn when using qgrid version > 1.1.1 * For now hardcoded to check only qgrid version 1.1.1. * Should be easy enough to add others, didn't want to make it too generic.
Looks like its a bug in the existing functionality i'm using. |
For #11245 * Warn when using qgrid version > 1.1.1 * For now hardcoded to check only qgrid version 1.1.1. * Should be easy enough to add others, didn't want to make it too generic.
Just to add that this same issue exists in the VS Code - Insider native notebooks as well. |
Loads with the same kernel in jupyter notebook and shows the grid:
qgridvscode.log
qgridwegview.log
I have the env still so ask and I can give a pip list.
The text was updated successfully, but these errors were encountered: