Python 3 Missing from Jupyter Notebook in Windows
In this post, we will look at what to do if Python 3 is installed in your Windows environment but it is not appearing in your Jupyter Notebook under New. To fix this, open your command prompt and type: py -m pip install ipykernel Then run below: py -m ipykernel install –user Now start Juypter Notebook using the command: py -m jupyter notebook You will then see Python 3 showing … Continue reading Python 3 Missing from Jupyter Notebook in Windows