|
20 | 20 | "outputs": [],
|
21 | 21 | "source": [
|
22 | 22 | "from arcgis.gis import GIS\n",
|
23 |
| - "gis = GIS(\"https://dev005219.esri.com/portal/\", 'admin', 'esri.agp')" |
| 23 | + "gis = GIS(\"portalname.domain.com/webadaptor\", \"username\", \"password\")" |
24 | 24 | ]
|
25 | 25 | },
|
26 | 26 | {
|
|
29 | 29 | "source": [
|
30 | 30 | "When you install ArcGIS Enterprise or create a new organization on ArcGIS Online, it would look similar to the image shown below:\n",
|
31 | 31 | "\n",
|
32 |
| - "\n", |
| 32 | + "\n", |
33 | 33 | "\n",
|
34 | 34 | "The rest of this guide walks you through customizing this GIS. As an example, this guide chooses to customize this GIS for Public Works Department of the city of Los Angeles."
|
35 | 35 | ]
|
|
129 | 129 | "Once the name and description is set, the portal website looks like below:\n",
|
130 | 130 | "\n",
|
131 | 131 | "\n",
|
132 |
| - "**Note**: The name of the GIS shows up in the browser tab name. Description shows up in the gray bar. To update the large 'ArcGIS Enterprise' text, you need to update the banner image as shown below:" |
| 132 | + "<blockquote><b>Note</b>: The name of the GIS shows up in the browser tab name. Description shows up in the gray bar. To update the large 'ArcGIS Enterprise' text, you need to update the banner image as shown below:</blockquote>" |
133 | 133 | ]
|
134 | 134 | },
|
135 | 135 | {
|
|
207 | 207 | "Refershing the portal website will render the new appearance:\n",
|
208 | 208 | "\n",
|
209 | 209 | "\n",
|
210 |
| - "<blockquote><b>Note:</b> Refer the help on [configuring home page](http://server.arcgis.com/en/portal/latest/administer/windows/configure-home.htm) to understand the dimensions of the images for best appearance. You can also pass custom HTML code while setting the banner. To learn more about that [refer here](http://server.arcgis.com/en/portal/latest/administer/windows/supported-html.htm).</blockquote>\n", |
| 210 | + "<blockquote><b>Note:</b> Refer the help on <a href=\"http://server.arcgis.com/en/portal/latest/administer/windows/configure-home.htm\"> configuring home page</a> to understand the dimensions of the images for best appearance. You can also pass custom HTML code while setting the banner. To learn more about that <a href=\"http://server.arcgis.com/en/portal/latest/administer/windows/supported-html.htm\">refer here</a>.</blockquote>\n", |
211 | 211 | "\n",
|
212 | 212 | "### Download existing customizations\n",
|
213 | 213 | "You can download the current banner, logo, background values using the corresponding `get` methods"
|
|
373 | 373 | {
|
374 | 374 | "cell_type": "code",
|
375 | 375 | "execution_count": 19,
|
376 |
| - "metadata": {}, |
| 376 | + "metadata": { |
| 377 | + "collapsed": true |
| 378 | + }, |
377 | 379 | "outputs": [],
|
378 | 380 | "source": [
|
379 | 381 | "gis.admin.ux.featured_content = {'group':traffic_group}"
|
|
0 commit comments