标签: python pycharm
我使用cell mode中的PyCharm插件在#%%分隔新单元格。如何使PyCharm编辑器显示相邻单元格块之间的水平线,类似于Spyder?
cell mode
PyCharm
#%%
#%% first cell def foo(): print("bar") ------------------ #this is what I want to see #%% second cell print("foo")