-
Notifications
You must be signed in to change notification settings - Fork 46
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
Error rendering output item using 'vscode.builtin-renderer' #85
Comments
After I deploy the roboquant locally, I can see the error in more detail:
|
Looks like there is a space in the example when creating the feed. |
I ran into the same problem. The code works fine when used inside a jupyter notebook, so I guess it's a limitation of Visual Studio Code? |
Not sure that VS Code fully supports Kotlin notebooks. If it cannot resolve Does other (plain) Kotlin code run fine? |
I'm not sure about the exact exception, just the "Cannot read properties of null (reading 'removeChild')" error. It doesn't matter if the feed is in the same cell or not. |
Dear developer,
I am using Jupyter Extension in vscode to run the roboquant, however error occurs when any plotting functions is called, e.g. PerformanceChart.
Could you help to check how to resolve this issue ?
The text was updated successfully, but these errors were encountered: