PyCharm Scientific Mode and Run Python Code Block
作者:XD / 发表: 2020年5月14日 22:34 / 更新: 2020年5月14日 22:39 / 编程笔记 / 阅读量:2761
Steps
Add #%%
#%%
import numpy as np
-
File -> Settings –> Tools –> Python Scientific > Show plots in tool window (select)
-
View –> Scientific Mode (select)
-
Run–>Edit configurations -> Configuration -> Execution -> Run with python console (select)
-
Click green play button on the right of line number(
#%%
)
相关标签