I have installed conda on my computer and have been able to successfully open the jupyter notebook. However, when I attempt to test it as instructed in the guide. I can't create a Python3 notebook, the only options are Python Default and Python Conda. And the following test code does nothing in either.
from arcgis.gis <SPAN class="">import</SPAN> GIS my_gis = <SPAN class="">GIS</SPAN>() my_gis.<SPAN class="">map</SPAN>()
Have I done something wrong in the install or is there another step that I am missing?
I am using 64bit Windows.