How to continue anotate in saved dataset?

let say I classfied a dataset in here

python -m prodigy textcat.manual sen_data "C:\Users\W I N D O W S\PycharmProjects\Thesis\ScrapingData\data_preprocessing\dataNew.json" --loader json --label Pos,Neg,Ind

And I get tired and want to continue tomorrow and already save it into database and close terminal. How to continue annotate the dataset tomorrow?Is rerun the same script the first inisiate will continue the dataset?I try to find in doc database but didnt find the information

Hi @dwisaji

You can rerun the same command again to start a new session and Prodigy will serve the next batch of data to annotate. The examples that you've annotated previously is already saved in the database.