Hi Everyone,
I am currently developing data tool using ArcGIS for Python under Visual Studio 2017 Python environment.
I have already installed the arcgis package and used the API. The only problem is that there is no widgets displaying the map (similar to Jupyter Notebook). It just shows the MapView object and I try to use plt.plot() and display() from IPython and they does not work. I am wandering is there any way to display the map in this environment?