This worked for me in windows 10 and latest solution :
Go inside that conda environment ( activate your_env_name )
conda install -n your_env_name ipykernel
python -m ipykernel install --user --name build_central --display-name "your_env_name"
(NOTE : Don't ignore those semicolons atInclude the quotes around "your_env_name", in step 3)