-
Notifications
You must be signed in to change notification settings - Fork 59
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
Runner fails in the notebook #299
Comments
Could you try runner.task.print_stack() to see the error. |
I think you are just missing the relevant bit of the error message here. |
I screen'ed entire message in the notebook. How can I find the relevant bit? |
The part that comes after the raise RuntimeError on the last line. |
Could you try
and try again? |
What version holoviews do you have installed? |
It is holoviews 1.14.1, the version that is requested and installed when installing adaptive. |
I can reproduce it after upgrading bokeh from 2.2.3 to 2.3.0. I will come up with a fix. |
This is this issue holoviz/holoviews#4848. HoloViews folks plan to have a release in the next few days. In the meantime, you can fix it by doing
|
Thanks a lot! I think I should be good to start exploring the package. |
Hi.
Thank you very much for sharing your project!
I have attempted to run some tutorials on my machine(s), OS: Windows 10 | Python 3.8.5, but the runner fails to execute. For example:
.
Please note that when I tried running the examples on Binder, everything worked smoothly. Can you please help me resolve the issue because I would like to run a set of my experiments?
Thank you very much for your attention!
The text was updated successfully, but these errors were encountered: