-
Notifications
You must be signed in to change notification settings - Fork 1
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
ConnectionError: Error connecting to server #72
Comments
Hi, could you give more details for reproducing this error? |
I tried fixing it with this: https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error/42334357#42334357 I haven't been able to reproduce this error, so please let me know if it works with the newest version (0.0.6). |
All I did was use the given code for using the heart health data as instructed in https://archive.ics.uci.edu/dataset/45/heart+disease using the code : install the ucimlrepo packagepip install ucimlrepo from ucimlrepo import fetch_ucirepo heart_disease = fetch_ucirepo(id=45) X = heart_disease.data.features print(heart_disease.metadata) print(heart_disease.variables) |
Cannot connect to server using Jupyter Notebook
The text was updated successfully, but these errors were encountered: