Clément Dumas
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Edited Can't open settings after setting uv environment as project environment
AnsweredI had to delete the .idea of my project to access the settings window again in my environment. This was the faulty .idea folder, Upload id: 2025_08_29_pUvHQ8R7QXzz998p2VagNz (file: .idea_old.zip)Sa... -
Created Notebook convert doesn't convert magic markdown cells
# %% [markdown]# # magic markdown gets converted to python comments when using refactor>convert to notebook on a script. the jupytext package solves this jupytext --to notebook main.py -
Edited Executing script with magic #%% doesn't create a notebook
Same question as https://stackoverflow.com/questions/74991599/does-pycharm-have-the-feature-for-executing-python-script-in-parts-cells-like-iI'd like my magic execution to be converted to notebook ...