Grahama1970

- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 7
-
Grahama1970 创建了一个帖子, how to Auto-resize column widths for Pandas in the Pycharm debugger?
When using the Pandas Dataframe in Pycharm's debugger, how can I get the column widths to auto resize? If that's not possible, what commands need to be in the code as pd.set_option('display.max_c... -
-
-
-
Grahama1970 创建了一个帖子, Can I Disable/Change the 'Stop Debugger' Ctrl-F2 Hotkey ?
For some reason, my debugger intermittently exits. So I can figure out if another app/process is triggering the 'Ctrl-F2', is it possible to disable this hotkey in Pycharm? Thanks -
Grahama1970 创建了一个帖子, How to setup a WSL2 Virtual Environment?
Is there a tutorial somewhere on this? I seems that a regular Win10 Pycharm Virtual Environment is windows only? Thanks -
Grahama1970 创建了一个帖子, How to auto Export all function cells (in a Jupyter notebook) into separate files?
Hi. I usually develop in Jupyter Notebook (first) before I transition to a Pycharm project. Is there a way to auto-export all functions (within jupyter notebook cells) to separate files with the s... -
-
-
Grahama1970 创建了一个帖子, How long should the Debugger take to initialize? (slow)
Hi. How many seconds should the debugger take to initialize--,for a simple 3-4 line python script with a single (pprint) import? In my case, it takes about 5 seconds...is this normal? PyCharm 2021....