I reinstalled my windows. After this i could not open my jupyter notebook. Doing this solved my problem : Create a New Environment:
If you are facing issues with a specific environment, try creating a new one: bash
conda create -n myenv python=3.10 conda activate myenv conda install jupyter