Hi,
Just getting started with the Python API. Testing out my first Jupyter notebook and I am unable to see a map.
I'm running Conda v 4.3.31 and Jupyter 4.3.0.
When I load the arcgis module and run the command
gis.map() the notebook just returns text that says, "A Jupyter Widget"
I made sure ipywidgets is installed and I ran the following command, but I still get the text rather than the map.
jupyter nbextension enable --py widgetsnbextension
What can I do to solve this?
Thank you