gawells

Results 8 comments of gawells

I assume this feature has yet to be added? I don't find anything like this in the examples. I'm jumping between itkwidgets, ipyvolume, pyvista etc and still can't find anything...

here's an example using the base16-nord theme ![image](https://user-images.githubusercontent.com/4404191/137409860-1537318c-80af-48f5-b070-f8dfef474281.png)

This code example should work ``` import numpy as np import pandas as pd import panel as pn import holoviews as hv import hvplot.pandas pn.extension(sizing_mode='stretch_width') from bokeh.sampledata.autompg import autompg mag_slider...

Hi thanks, I should've elaborated more. In this case I'm using the `xr` package for a main text and supplementary info file to refer to each other. But the two...

> Since you're within a jupyter notebook, it's going to display a static image within the browser by default. Disable this with: > > ```python > p = pv.Plotter(notebook=False) >...

> Further for interactive notebook rendering, see https://docs.pyvista.org/plotting/notebook_plotting/ipyvtk_plotting.html > > (transferring to the support forum) Thanks, but I can't get the extension installation command to run in conda. It complains...

Quick update, I get the same error when trying to install these with the jupyterlab extension manager. But in the meantime I've had some success using itkwidgets to view some...

Me too. I use percol to retrieve paths and commands from a comprehensive cli history. Width becomes a problem when you tend to use deeply nested and descriptive paths (I'm...