The InfinStor Jupyterlab extension is the primary UI for the InfinStor Data Management platform for Machine Learning. In this screen capture video, we demonstrate the automatic code generation features of InfinStor. The InfinStor Jupyterlab extension can automatically insert a pre-populated cell in the jupyterlab notebook with code for the folowing functions. All of these functions operate on the storage view selected in the 'Storage' section of the sidebar. The storage view consists of a time definition (InfinSnap or InfinSlice), a bucketname and a path in the bucket
1. List files - simply lists the files
2. Read Raw Files - list the files, then read the raw bytes into a pandas dataframe
3. Read Csv Files - list the files, then read the csv files into a pandas dataframe
4. Read/Xform files - kist the files, read them and then apply the named transform on each of the files,