In Matlab, I can drag-and-drop a .mat key-value-pair data file into the Matlab window and it will populate the Workspace of variables.
Is there a way to do the same thing in Python world, namely drag-and-drop .pkl files into PyCharm?
I can see from this question that I can use shelve rather than pickle for this goal. Then any ideas on how to make this more drag-and-drop-y in context of PyCharm IDE?