-
Notifications
You must be signed in to change notification settings - Fork 129
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
Add option to disable talking to the internet on import dace
#1514
Comments
It should work offline too (it's why we catch the exception in We can also add a config entry for |
This is a good suggestion, and should be possible. |
The problem triggered again in our CI:
|
Describe the bug
If dace is imported in a jupyter notebook it tries to talk to the internet.
dace/dace/jupyter.py
Line 70 in b54a3c6
Recently GT4Py added testing jupyter notebooks with Github actions which fail frequently in this check, probably because of some network instabilities in the runners.
I would propose to add, at least, the option to disable trying to access the internet.
The text was updated successfully, but these errors were encountered: