You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The from iqs_jupyter.authentication import * in init.py runs on library load, which in turn goes into authentication.py until from iqs_client_extension import ApiClientWithOIDC, which throws an exception, because that class was moved/removed in newer iqs clients.
The text was updated successfully, but these errors were encountered:
The
from iqs_jupyter.authentication import *
in init.py runs on library load, which in turn goes into authentication.py untilfrom iqs_client_extension import ApiClientWithOIDC
, which throws an exception, because that class was moved/removed in newer iqs clients.The text was updated successfully, but these errors were encountered: