I have followed all steps described in https://docs.microsoft.com/en-us/quantum/install-guide/qjupyter
But I am unable to get through part 3. It is showing syntax error in Python terminal in Jupyter notebook. I am not seeing Q# terminal in jupyter notebook (New) folder
Now after so many attempts its showing
I am done with this. I think its better to switch to Qiskit.

dotnet --version? I recommend trying to close/reopen the command window. – El capi Mar 26 '20 at 08:10dotnet.exeinstalled in to? You can check by runningGet-Command dotnet. It sounds like yourdotnet.execommand may not be in the default location that the IQ# global tool is looking for, in which case you can add theDOTNET_ROOTenvironment variable suggested by the error message that you quoted. – Chris Granade Mar 27 '20 at 17:19Get-Command dotnet.exeanddotnet --infoto help diagnose? Thanks! – Chris Granade Mar 29 '20 at 05:29