79565662

Date: 2025-04-10 03:30:12
Score: 1.5
Natty:
Report link

You can disable check for SSL certificate in Jupyter Notebook for Mac:

import ssl
ssl._create_default_https_context = ssl._create_unverified_context
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Onslaught