Spyder
跳到导航
跳到搜索
快捷键
- F5 执行某个文件
runfile('/File/Path/hello.py', wdir=r'/File/Path')
- Ctrl+Enter 执行一个cell
runcell(0, '/home/shen/Omet_CEM/Omet_mu_SFH.py')
- A cell is defined as the code between two lines which start with the characters #%%, # %% or # <codecell>.
- Ctrl-LeftMouseButton or Alt-G* on a function/method in the Editor opens a new Editor tab showing the definition of that function.
变量
- dir() 查看变量
- %reset 重置变量空间