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
===
when I want to delete collection or db in mongo. use %delete line magic.
- %delete db.collection : delete collection
- %delete db : delete db
I will make delete_data line magic.
this function matched by conn.drop_database() and conn.db.drop_collections('name') in pymongo.
%delete db.collection : delete collection
%delete db : delete db
The text was updated successfully, but these errors were encountered: