nbnode.io package

Submodules

nbnode.io.pickle_open_dump module

nbnode.io.pickle_open_dump.pickle_open_dump(obj, path: str, verbose: bool = True) None[source]

Open a pickle file and dump the object.

Wrapper around pickle.dump().

Parameters:
  • obj – The object to pickle

  • path – Where the pickle should be saved

  • verbose – If verbose the output path is printed.

Module contents