Skip to content
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

Dashboard section of the tutorial raises warning #1103

Open
tomascsantos opened this issue May 22, 2022 · 2 comments
Open

Dashboard section of the tutorial raises warning #1103

tomascsantos opened this issue May 22, 2022 · 2 comments
Labels
Milestone

Comments

@tomascsantos
Copy link

ALL software version info

(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc)

https://gist.github.com/tomascsantos/815e3ed1a20d56aaa0b042cdf043e40b

Description of expected behavior and the observed behavior

I don't think users should see errors in the tutorial without changing anything

Complete, minimal, self-contained example code that reproduces the issue

I just followed tutorial 06_Dashboard
Screen Shot 2022-05-21 at 8 17 48 PM

Not a big deal, just trying to catch little things to make a more "professional" tutorial experience :)

@jbednar
Copy link
Member

jbednar commented May 24, 2022

Yes! We should definitely address that, caused by an update in one of our dependencies. We'll need to make an overall revision of the tutorial before SciPy, so we should be able to deal with that at that time.

@jbednar jbednar transferred this issue from holoviz/holoviz Jul 25, 2022
@jbednar jbednar added this to the v0.14.2 milestone Jul 25, 2022
@ianthomas23
Copy link
Member

The warning is issued by OpenMP when called by numba under certain circumstances. It is being dealt with by the numba developers, there is a PR in progress currently (numba/numba#7705).

My recommended course of action is to tolerate the warning in the short term and monitor the progress of the numba fix. So this will probably end up being a "wontfix" as it won't involve any action by us. I'll keep the issue open but punt it to the 0.14.3 milestone.

@ianthomas23 ianthomas23 modified the milestones: v0.14.2, v0.14.3 Jul 27, 2022
@ianthomas23 ianthomas23 removed their assignment Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants