I am trying to visualize some text data in a cluster using the example here
I managed to run the code successfully and now I have the interactive plot shown in the end which looks like this.
I would like to search for a word in all the data points. Notice how if you hover over each point the text of the word shows up but I don't know how to look for a specific word since there are thousands of data points. Any ideas?