You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SSH tunnel feature in MongoStore is really nice in python terminal or jupyter-notebook. Ideally, we could serialize the connection and have MongoStore initialize it when deserialized.
The text was updated successfully, but these errors were encountered:
Alternatively, instead of making it serialized, an option on mrun e.g. mrun --ssh dtn where dtn is a host defined in your ~/.ssh/config might be all that's needed.
The SSH tunnel feature in
MongoStore
is really nice in python terminal or jupyter-notebook. Ideally, we could serialize the connection and have MongoStore initialize it when deserialized.The text was updated successfully, but these errors were encountered: