Greg Olmschenk
- 活动总数 25
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 7
-
-
Greg Olmschenk 创建了一个帖子, 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... -
Greg Olmschenk 创建了一个帖子, 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... -
Greg Olmschenk 创建了一个帖子, 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... -
Greg Olmschenk 创建了一个帖子, 已回答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 ... -
-
-
-
Greg Olmschenk 创建了一个帖子, 已回答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... -