<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to change the height and width of the map in Jupyter Notebook? in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-change-the-height-of-the-map-widget-arcgis/m-p/879649#M5037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't suppose it would be the Extent property of widget or the sdf&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/python/api-reference/arcgis.widgets.html?highlight=webmap%20widget" title="https://developers.arcgis.com/python/api-reference/arcgis.widgets.html?highlight=webmap%20widget"&gt;arcgis.widgets module — arcgis 1.7.0 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Nov 2019 19:37:11 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2019-11-30T19:37:11Z</dc:date>
    <item>
      <title>How to change the height of the map widget (arcgis Python api) in Jupyter Notebook?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-change-the-height-of-the-map-widget-arcgis/m-p/879648#M5036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="/legacyfs/online/475521_Image 2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2019 19:21:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-change-the-height-of-the-map-widget-arcgis/m-p/879648#M5036</guid>
      <dc:creator>ChangjieChen</dc:creator>
      <dc:date>2019-11-30T19:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the height and width of the map in Jupyter Notebook?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-change-the-height-of-the-map-widget-arcgis/m-p/879649#M5037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't suppose it would be the Extent property of widget or the sdf&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/python/api-reference/arcgis.widgets.html?highlight=webmap%20widget" title="https://developers.arcgis.com/python/api-reference/arcgis.widgets.html?highlight=webmap%20widget"&gt;arcgis.widgets module — arcgis 1.7.0 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2019 19:37:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-change-the-height-of-the-map-widget-arcgis/m-p/879649#M5037</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-11-30T19:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the height and width of the map in Jupyter Notebook?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-change-the-height-of-the-map-widget-arcgis/m-p/879650#M5038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the extent property controls the lat-lon of the map itself. Not the size of the plot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2019 19:47:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-change-the-height-of-the-map-widget-arcgis/m-p/879650#M5038</guid>
      <dc:creator>ChangjieChen</dc:creator>
      <dc:date>2019-11-30T19:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the height and width of the map in Jupyter Notebook?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-change-the-height-of-the-map-widget-arcgis/m-p/879651#M5039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Changjie&lt;/P&gt;&lt;P&gt;You should be able to change this via the layout property, here an example:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;from ipywidgets import *
map.layout=Layout(flex='1 1', padding='100px', height='300px')&lt;/PRE&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 11:04:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-change-the-height-of-the-map-widget-arcgis/m-p/879651#M5039</guid>
      <dc:creator>MatthiasSchenker</dc:creator>
      <dc:date>2021-12-12T11:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the height and width of the map in Jupyter Notebook?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-change-the-height-of-the-map-widget-arcgis/m-p/879652#M5040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Matthias!&amp;nbsp; I cannot believe I haven't seen this before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 21:40:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-change-the-height-of-the-map-widget-arcgis/m-p/879652#M5040</guid>
      <dc:creator>Per_Åke_MattiasWallin</dc:creator>
      <dc:date>2019-12-04T21:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the height and width of the map in Jupyter Notebook?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-change-the-height-of-the-map-widget-arcgis/m-p/879653#M5041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matthias, thank you for your answer. Searching for a solution within the arcgis API exhausted me. Never thought about this direction you pointed. I really appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 15:52:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-change-the-height-of-the-map-widget-arcgis/m-p/879653#M5041</guid>
      <dc:creator>ChangjieChen</dc:creator>
      <dc:date>2019-12-06T15:52:07Z</dc:date>
    </item>
  </channel>
</rss>

