NotebookReader

NotebookCell: NotebookCell
CellList: CellList

 

__init__(self, json_or_fp): 

 

cell(self, data): 

 

get_mime_image_loader(self, img_type): 

 

get_mime_type_loader(self, mime_type): 

 

cell_list(self, cells=None): 

 

__repr__(self): 

 

load_notebook(self, nb_js): 

 

get_notebook_name(self, nb_js=None): 

 

@property
file_name(self): 

 

@property
nb_json(self): 

 

@classmethod
get_notebook_files(cls, directory='.'): 

 

@classmethod
sort_by_evaluation_time(cls, file_list, directory='.'): 

 

@classmethod
active_notebook(cls, directory='.'): 

Feedback

Examples

Templates

Documentation