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
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.