Select to view content in your preferred language

Display map widget in jupyter Notebook with Julia kernel

549
0
01-17-2023 02:40 PM
Labels (2)
BengtDahlgrenStockholmGeo
New Contributor III

Hi,

I am trying to display the map widget in a jupyter notebook with Julia kernel (v1.7.3).

I am using the PyCall package to import the arcgis and arcpy python package (after having previously have set the python environment path to the arcgispro-py3-clone).

The following code runs

m = arcgis.GIS().map()
m.basemap = "gray"
m

 but the map is not being displayed. Instead the output is

PyObject MapView(layout=Layout(height='400px', width='100%'))

 

So I guess I am looking for a way to display a MapView PyObject in Julia.

Grateful for any tips!

0 Kudos
0 Replies