-
Notifications
You must be signed in to change notification settings - Fork 3
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
Interactive demo of GPU rendering error #56
Comments
Hi Kyle, I am honestly not sure how to debug these kind of things. Looking on the web, I've also noticed the frequent issues with widgets and jupyterlab. I am myself using jupyter notebooks in the browser. Here is my environment:
What I have done is that I have added information about the requirements at the top of the notebooks, see e.g. here, If you still can't get it working, then I am unsure about what the next steps are as it's outside my expertise to provide user support on ipywidgets. I might consider keeping the example in the repo but removing the highlight of this capability from the JOSS paper. The other thing I will do is to create a simple python script for the GPU timings, so that you can check the timings outside of the notebook environments. Best, |
I think that signposting in the notebook that a standalone notebook server is likely to work but jupyterlab might not is probably enough. I'll email my HPC support team and see if there's any way I can try using the GPUs with a standalone notebook server (without X-forwarding a browser session, tried that and it's painfully unresponsive). |
Thanks, I have done as suggested and added a warning about jupyter lab: https://paicos.readthedocs.io/en/latest/notebooks/notebook6_interactive_visualization_on_the_gpu.html I have also added a high-resolution data set, so that getting it to work should be a bit more fun. |
I've attempted to try out the example notebook
gpu_ray_with_widget_and_logging_v2.ipynb
. The other example notebooks showcasing the GPU functionality run fine for me on the same environment so it seems like I have the GPU configured correctly. My suspicion is that this might be a jupyterlab compatibility issue. Some details:os.environ
.Error displaying widget: model not found
I can try to talk to our system admins in the coming days to see if there's a good way of starting a notebook server to use the GPUs on our system (rather than a jupyterhub/jupyterlab server) - a priori I don't know a way to do this on this system that doesn't involve an agonizingly slow remotely-hosted browser session.
The text was updated successfully, but these errors were encountered: