Save and load Python objects with pickle
1 2 3 | py_save_object(object, filename, pickle = "pickle", ...)
py_load_object(filename, pickle = "pickle", ...)
|
object |
Object to save |
filename |
File name |
pickle |
The implementation of pickle to use (defaults to "pickle" but could e.g. also be "cPickle") |
... |
Optional arguments to be passed to the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.