Hi,
Not too difficult to find out, but just in case, I’m sharing the connection string for those who would like to use Jupyter Notebook + pymongo for the labs.
db_connection_str = “mongodb://m121:aggregations@cluster0-shard-00-00-jxeqq.mongodb.net:27017,cluster0-shard-00-01-jxeqq.mongodb.net:27017,cluster0-shard-00-02-jxeqq.mongodb.net:27017/aggregations?ssl=true&replicaSet=Cluster0-shard-0&authSource=admin”
Didier