'Find and Replace within a SINGLES CELL, when using VScode with Jupyter

When using VScode and its Jupyter notebook extension, is there a way to replace matched characters within a single cell? say I want to replace all "temp_" with "" within a single cell; when I use ctrl+F to search and replace, it always search through the entire notebook.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source