We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using @jupyter-notebook/react-components, display the results in a tree view:
<TreeView> <TreeItem> File 1 <TreeItem> Match 1 </TreeItem> <TreeItem>Match 2</TreeItem> <TreeItem>Match 3</TreeItem> </TreeItem> <TreeItem> File 2 <TreeItem> Match 1 </TreeItem> <TreeItem>Match 2</TreeItem> <TreeItem>Match 3</TreeItem> </TreeItem> <TreeItem> File 3 <TreeItem> Match 1 </TreeItem> </TreeItem> </TreeView>
Task:
addJupyterLabThemeChangeListener
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Using @jupyter-notebook/react-components, display the results in a tree view:
Task:
addJupyterLabThemeChangeListener
to adapt component UX to JupyterLab theme; see https://github.com/madhur-tandon/jlab-image-editor/pull/3/files#diff-a2a171449d862fe29692ce031981047d7ab755ae7f84c707aef80701b3ea0c80R23The text was updated successfully, but these errors were encountered: