-
Notifications
You must be signed in to change notification settings - Fork 191
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
Autoresize Renderer #362
Comments
@akaszynski Did you manage to get the local build working? |
This should be possible to do, yes. You would need to listen for the lumino resize event (e.g. like this), and then trigger the auto-resize function. After measuring the dimensions, you would set the |
It isn't technically hard, but it is hard to put the time in for it. |
Eventually, yes. |
First off, I'd like to thank the developers of this project. I've been able to make great strides plotting within jupyterlab and extending
pyvista
throughpythreejs
.Is there any way to automatically resize the Renderer widget? This has been implemented in GanyJS:
https://github.com/QuantStack/GanyJS/blob/08deb4b9689ebf03e5b09985feb6677fe25858d8/src/Scene.ts#L126-L138
I'm having issues building this locally in a "development version" (see #361). Would this be that hard to implement on your end? Otherwise, I'd like to contribute.
The text was updated successfully, but these errors were encountered: