Hi@akhtar,
I think there is a problem with the installation part. I suggest to uninstall Jupyter and reinstall again. You can use the below given command to install Jupyter.
$ python -m pip install --upgrade pip
$ python -m pip install jupyter
I hope this will help you.