Greg Olmschenk
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 7
-
-
Greg Olmschenk created a post, 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 created a post, 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 created a post, 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 created a post, AnsweredUsing 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 commented, -
-
-
Greg Olmschenk created a post, AnsweredDefining 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... -