git config --global user.name "your_username"
git config --global user.email "your_useremail"
1.Goto anaconda Command Powershell Prompt
jupyter notebook --generate-config
2.Goto Jupyter Notebook and check Current Path
import os
print(os.getcwd())
3.Goto this Path from 2 number Step
1.Open .jupyter Folder
2.Open jupyter_notebook_config.py with Visual Studio
3.Search(Ctrl + F) notebook_dir
4.="Enter Path" and Remove Comment
5.Save and Exit
4.Resart Jupyter Notebook and Check