show annotated text dataset

first of all, I am very happy to use prodigy to correct annotation by regex, I almost finished correction of all labels,

Unfortunately I could not use ner.print-dataset to print labels. even so If it works, I would like to see data (corrected per-annotated data by prodigy ) in notebook ? I start to search about that, It would be very nice if you give me any idea?

many many thanks for your nice suppost

I found it !

nlp=spacy.load(r'model')
displacy.render(doc,style="ent",jupyter="True" )