Greg Olmschenk
- 活动总数 25
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 7
-
创建于 Using the debugger in non-Jupyter modules called from a Jupyter notebook on a remote JupyterHub server?
Hello! I have a remote JupyterHub I'm connecting to via PyCharm. Via this method, I can use the debugger in the Jupyter notebook (breakpoint, inspect variables, etc). However, if I import a functio... -
创建于 Run build project before pytest configuration?
Within CLion, for a pytest configuration, is there a way to have the CMake targets built before running the pytest tests? Many of the configurations in CLion include the ability to add “Build” to t... -
创建于 Resolving pre-built shared object modules?
Hello! Is PyCharm able to resolve pre-built shared object (`.so`) modules? I've built a `.so` library using `f2py` (NumPy's Fortran to Python utility). I would like PyCharm to recognize this module... -
创建于 Using CLion's bundled GDB through Rosetta on Apple Silicon Mac?
已回答Hello! Is there a way to use CLion's bundled GDB debugger through Rosetta on an Apple Silicon Mac?Creating a fresh (C++) project in CLion, and running a debug configuration results in an immediate ... -
创建于 Defining custom import aliases for auto import?
已回答If I create a new project (with a blank virtual environment), and add a file that only contains `np.array([1, 2, 3])`, if I haven't imported NumPy yet, PyCharm offers to `import numpy as np`. In pa... -
创建于 Using getch in PyCharm's Run/Debug console?
I'm attempting to use the getch package to capture keyboard input (without hitting return). This runs fine in a normal terminal, but the getch package does not seem to be able to capture the input ...