-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
HTML jstree doesn't work in jupyter lab #259
Comments
Can't find the exact issue, but JupyterLab apparently disallows inlining the |
Looks like PR ( jupyterlab/jupyterlab#2595 ) is where inlined |
Thanks @jakirkham, I added a comment re zarr. |
Thanks for doing that @alimanfoo. :) |
cc-ing @jasongrout (as we talked about this one in person ;), for advice on how we should fix this. |
Maybe this doc page is useful? Not sure if those are the most up-to-date ones though. |
Probably also worth looking at how XArray is approaching this. ( pydata/xarray#1820 ) |
FWIW I did a brief experiment with ipytree. Here's the notebook from it. If you install ipytree, it works great with both the Jupyter Notebook and JupyterLab. Also can view the results with nbviewer.
|
Reimplemented |
Problem description
When calling
group.tree()
in a jupyter notebook environment, an expandable tree should be rendered via jstree. This works in classical jupyter notebook but doesn't work in jupyter lab.Version and installation information
zarr.__version__
: 2.2.0The text was updated successfully, but these errors were encountered: