Grahama1970
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
Created 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... -
Created 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 -
Created 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 -
Created 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... -
Created 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.... -
Created How to use Pycharm on Windows 10 WSL (Ubuntu) and an Anaconda Environment
AnsweredHello I'm trying to setup a PC for Pycharm using a Ubuntu WSL on Windows 10. How do I get Pycharm to recognize a specific anaconda environment? Ubuntu is setup as a Windows 10 subsystem (version 1... -
Created How to beautify HTML within javascript (pycharm)?
Within Pycharm, how can I (quickly) beautify code like the below...so it's converted to multiple lines and easy to read..without horizontal scrolling? option-cmd-l doesn't reformat the code...perha...