Jupyter notebook won't open after installing jupyter dashboard

1018
2
07-09-2018 01:35 PM
vishwasuppoor1
New Contributor II

I use the built-in Jupyter notebook for working with the ArcGIS Python API. I recently installed Jupyter dashboard, but the notebook won't open anymore.

Notebook wont open

I checked for installations, and they look fine.

Both notebook and the dashboard are installed

TIA for the help.

0 Kudos
2 Replies
DanPatterson_Retired
MVP Emeritus

Try using the start up script... I created a desktop shortcut

Target:

C:\ArcGISPro\bin\Python\envs\arcgispro-py3\pythonw.exe "C:/ArcGISPro/bin/Python/envs/arcgispro-py3/Scripts/jupyter-notebook-script.py"

Change ArcGISPro to your installation folder

For Start in: C:\PathToYourNotebooks\YourNotebookFolder

0 Kudos
vishwasuppoor1
New Contributor II

Thanks for your reply. I tried it but it did not work. Finally, I had to reinstall the ArcGIS package to get the notebook to work again. I guess I would just work without the dashboard. The Jupyter dashboard works fine in my main Python environment though.

0 Kudos