You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an interactive table using reactable-py v0.1.5 in a Quarto document, the table appears malformed in the Plot viewer after running the Python code chunk.
Add the following Python code chunk to the document:
---format: html---```{python}from reactable import Reactable, embed_cssfrom reactable.data import cars_93# Note that currently this function is required# to put css into notebooks.embed_css()Reactable( cars_93[["manufacturer", "model", "type", "price"]], default_page_size=5, searchable=True, filterable=True,)```
Run the Python code chunk in the Quarto document.
Expected or desired behavior:
The interactive table generated by reactable-py should display properly in the Plot viewer without visual or structural malformation.
Were there any error messages in the UI, Output panel, or Developer Tools console?
The following error appears in the Developer Tools console:
preload.js:1966
GET vscode-webview://1etre38pfsuil6v9fq79h6pguphqvunpeas6kukb88s9fh67n9em/@widgetti/jupyter-react.js net::ERR_ACCESS_DENIED
The text was updated successfully, but these errors were encountered:
System details:
Positron and OS details:
Positron Version: 2025.01.0 (Universal) build 152
Code - OSS Version: 1.95.0
Commit: 66aa3fb
Date: 2025-01-06T02:47:02.050Z (2 wks ago)
Electron: 32.2.1
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.2.0
Interpreter details:
Python 3.13.1
Describe the issue:
When creating an interactive table using reactable-py v0.1.5 in a Quarto document, the table appears malformed in the Plot viewer after running the Python code chunk.
Steps to reproduce the issue:
Expected or desired behavior:
The interactive table generated by reactable-py should display properly in the Plot viewer without visual or structural malformation.
Were there any error messages in the UI, Output panel, or Developer Tools console?
The following error appears in the Developer Tools console:
The text was updated successfully, but these errors were encountered: