-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Enable Data Table Renderers to work on github.dev and in the web version of vscode IDE #122
Comments
Looks like this works after adding |
in order to web-enable this extenion
- add webpack.extension.config.js - add build renderer and extension scripts - add test:web script ...
confirmed that those changes work in Code Spaces: However, those sample notebook files are downloaded in vscode web editor on https://github.dev and https://vscode.dev because the constructed path of example notebooks is an http based Url, not a file in web IDE. So, |
see docs: https://code.visualstudio.com/api/extension-guides/web-extensions
& Microsoft VSCode Notebook Renderers that currently work in a browser:
https://github.com/microsoft/vscode-notebook-renderers
Current Pyolite notebook raw JSON data output due to lack of rich data table renderers in that vscode IDE context:
The text was updated successfully, but these errors were encountered: