Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Mikhail Tarabrikov
Total activity
657
Last activity
August 11, 2026 13:18
Member since
December 06, 2023 08:28
Following
0 users
Followed by
2 users
Votes
0
Subscriptions
284
Activity overview
Articles (0)
Posts (0)
Comments (373)
Mikhail Tarabrikov
commented,
August 11, 2026 13:18
StatisticalHorse, the pop-ups at launch come from a different place. PyCharm also runs several WSL checks at startup, for example to look for Git and terminal shells inside WSL. Those checks do not...
Community
PyCharm
PyCharm opening WSL2 install terminal while running
0 votes
Mikhail Tarabrikov
commented,
August 10, 2026 11:25
Hi StatisticalHorse, This is a known platform bug, tracked as IJPL-182532. JetBrains IDEs call wsl.exe without checking first whether WSL is still enabled, and Windows answers with the install prom...
Community
PyCharm
PyCharm opening WSL2 install terminal while running
1 vote
Mikhail Tarabrikov
commented,
August 10, 2026 09:01
Hi StormFennec, ModuleNotFoundError: No module named 'pythoncom' is a path problem, not a pywin32 problem. The Python process PyCharm started never saw MyPath\Python3147-32\Lib\site-packages, which...
Community
PyCharm
PyCharm 2026.2.0.1/Win 11: Debugging makepy.py
0 votes
Mikhail Tarabrikov
commented,
August 03, 2026 15:12
Hi Anupamt980, The failing cell is part of the lesson design. The typo in `kernel-python 3.4` is planted on purpose, and a later lesson step has you debug and fix it. A developer confirmed this in ...
Community
PyCharm
Not able to pass tutorial in PyCharm.
0 votes
Mikhail Tarabrikov
commented,
August 03, 2026 15:09
Vitucho207, Thanks for sharing the pack. It is a community project, not published or maintained by JetBrains, and it may stop working after an IDE update until a new version is released.Official lo...
Community
PyCharm
QUIERO CAMBIAR EL IDIOMA DE INGLES A ESPAÑOL DE PYCHARM
0 votes
Mikhail Tarabrikov
commented,
August 03, 2026 15:07
Hi Michael, the Welcome tab is the non-modal Welcome screen that PyCharm 2026.2 opens by default. To switch back to the classic modal dialog, open Settings | Advanced Settings, find the Welcome Scr...
Community
PyCharm
Removing or Hiding the Welcome & Version Control tabs
0 votes
Mikhail Tarabrikov
commented,
July 31, 2026 12:35
Jakubpas, There is no setting that restores the old split view. Jupyter support was rewritten in 2021.3 and outputs moved inline under each cell.The editor breaking until an IDE restart is a separa...
Community
PyCharm
Jupyter Notebook raw code
0 votes
Mikhail Tarabrikov
commented,
July 30, 2026 11:29
Hi Victor B. Gonzalez,This widget showing up repeatedly is a known issue in PyCharm 2026.2, tracked as PY-88001. It can appear even when there is nothing left to sync, which is also why the refresh...
Community
PyCharm
Sync `pyproject.toml` -based Project Changes in minimap doesn't go away.
0 votes
Mikhail Tarabrikov
commented,
July 29, 2026 10:32
Hi Victor B. Gonzalez,The stub generator is still there. The "Generate with AI assistant" hint is a separate inlay, not a replacement.Two ways to insert a stub:- Put the caret on the name of a func...
Community
PyCharm
PyCharm 2026.1.2 Docstring stubs can only be generated with AI? How may I enable the previous version of this?
1 vote
Mikhail Tarabrikov
commented,
July 25, 2026 14:02
Hi Beto, The snap is not the cause. PyCharm's snap package requires classic confinement (sudo snap install pycharm --classic), and classic confinement means full system access, just like a normally...
Community
PyCharm
How to solve Pycharm+R Language issue
1 vote