在PyCharm中显示单元块之间的水平线分隔符

时间:2018-02-18 21:39:31

标签: python pycharm

我使用cell mode中的PyCharm插件在#%%分隔新单元格。如何使PyCharm编辑器显示相邻单元格块之间的水平线,类似于Spyder?

 #%% first cell
 def foo():
     print("bar")
 ------------------ #this is what I want to see
 #%% second cell
 print("foo")

0 个答案:

没有答案