Grahama1970

- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
Grahama1970 created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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....