If you have installed Jupyter with the following command, and gettting “500 : Internal Server Error” when accessing any IPython notebook then install nbconvert
and notebook
.
conda install jupyter
conda install nbconvert notebook
- Related Content by Tag
- sysadmin