Changing variable name in Spyder

前端 未结 3 761
北海茫月
北海茫月 2020-12-30 23:42

I have a program with many formulas and variables. I need to change the name of some of these variables. Is there any command or function in Spyder that can help me change a

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 00:23

    Alternatively, PyCharm can be used instead of Spyder, which is now supported in Anaconda.

    In PyCharm: Select the variable > Right Click > Refactor > Rename

提交回复
热议问题