Closed tameimpalan closed 3 years ago
I'm not sure if this will help you but I was getting the same error with notes about nbextension. I went ahead and uninstalled per https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1012 and did pip uninstall powerbiclient and reinstalled via pip install powerbiclient and the error disappeared.
hi guys,
i'm trying to run a sample notebook with this code (same as the documentation sample).
and I'm stucked on the following error
SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)
already searched on countless pages to see if there would be something that helps me in this. no success.
is there any way that we can ignore the SSL verification? Something like
requests.get(url,verify=False)
Complete log error below.