I recently had to install jupyter notebook on a new virtual machine. On my old VM, I was able to click the edit menu and scroll all the way down to find a function labeled "find and replace". This function was very useful because it allowed me to isolate the find and replace function to a single cell. The menu looked like this:Find & Replace - Original This is no longer available on my new VM. I installed Jupyter Notebook the exact same way as before. It has been replaced with a find and replace function that looks like this: Find & Replace - New Which is incredibly limited because it only allows replacement throughout the whole document. Is there a way to get the first version back? I tried searching for a solution on other stackoverflow threads but I did not find any instances of other people having this issue, thus I couldn't find a fix. I'm not sure what's going on because I assumed this function was supposed to be included by default. Continue reading...