This is enhance request for display_entities can be a bit more flexible if you includeoptions={} as part of their parameters.
Ex:
def display_entities(doc: Doc, layer=None, add_tooltip=False, options={}):
then fix the line below:
html = spacy.displacy.render(doc2, jupyter=False, style="ent", manual=True, options=options)
That will extends the functionality of render when creating new entities.
Thanks for the great work with SKWEAK.