holzschu / Carnets

Carnets is a stand-alone Jupyter notebook server and client. Edit your notebooks on the go, even where there is no network.
https://holzschu.github.io/Carnets_Jupyter/
BSD 3-Clause "New" or "Revised" License
546 stars 31 forks source link

Replace an expression by another one. #299

Closed Peter230655 closed 1 year ago

Peter230655 commented 1 year ago

Let's say I have a variable AX in my program and I want to change it to AL everywhere in the program.

Is there a simple way to do it? Thanks a lot for any help!

holzschu commented 1 year ago

In the "Edit" menu, there is an option "Find and Replace". Does it answer your question?

Peter230655 commented 1 year ago

Perfect, thanks! I does not seem to distinguish between, say, AX and ax, but no big deal! Thanks again!