Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
d96963a
Update guides to use type over item_type for 2.4.3
achapkowski Nov 13, 2025
1ef4765
Adding a new guide for dashboards module
ShakthiMurugesan Dec 31, 2025
17aac28
intro to storymaps guide 1/4
ManushiM Jan 23, 2026
41df0ea
updates to the map
ManushiM Jan 23, 2026
066b9af
cloning and editing storymaps guide 2/4
ManushiM Jan 23, 2026
bf0c730
intro to briefings guide 3/4
ManushiM Jan 23, 2026
a0cf341
intro to collections guide 4/4
ManushiM Jan 24, 2026
4011c5c
addressed requested changes
ManushiM Jan 28, 2026
a30b623
requested changes
ManushiM Jan 28, 2026
9a831ca
updated theme visual
ManushiM Jan 28, 2026
73394bc
added links
ShakthiMurugesan Jan 29, 2026
0618093
requested changes
ManushiM Feb 6, 2026
8e94993
requested changes
ManushiM Feb 6, 2026
c841482
Use correct classes for notebook
kgalliher Feb 14, 2026
03d473f
sample that shows SEDF and Geometry tools
ManushiM Mar 6, 2026
8e2ad2c
requested changes
ManushiM Mar 6, 2026
3285b72
system requirements guide updated
tarunkukreja003 Mar 10, 2026
067adb6
notes 10.27.25..11.3.25
jyaistMap Mar 15, 2026
48edbde
removed warning
ManushiM Mar 18, 2026
552d082
Updated pyarrow version to < 24
tarunkukreja003 Mar 19, 2026
38dcb68
fixing typos
ManushiM Mar 20, 2026
05a3ebe
notes 11.4.25..11.11.25
jyaistMap Mar 21, 2026
2a30ba1
updates made on 3.22.26
jyaistMap Mar 22, 2026
532ec3c
notes 11.12.25..11.19.25
jyaistMap Mar 24, 2026
5df7baf
notes 11.19.25..1.29.26
jyaistMap Mar 25, 2026
20a65a7
notes 1.29.26..2.5.2026
jyaistMap Mar 26, 2026
322d47d
Add AI Utils Sample
nanaeaubry Mar 27, 2026
5ecf122
notes 2.6.2026..2.2026
jyaistMap Mar 28, 2026
2f9459b
notes 2.21.2026..2.28.2026
jyaistMap Mar 28, 2026
42d70b0
notes 3.1.26..3.9.26
jyaistMap Mar 29, 2026
c1cc9a8
updates to formatting
jyaistMap Mar 30, 2026
0673b4f
Merge pull request #2412 from Esri/update_item_properties_dataclass
jyaistMap Mar 30, 2026
737c2fa
Merge pull request #2434 from Esri/SM/dashboards_guide
jyaistMap Mar 30, 2026
b3b178c
Merge pull request #2440 from Esri/guide1_intro_to_storymaps
jyaistMap Mar 30, 2026
497e67c
Merge pull request #2441 from Esri/guide2_cloning_editing_storymaps
jyaistMap Mar 30, 2026
8f5247f
Merge pull request #2443 from Esri/guide4_intro_to_collections
jyaistMap Mar 30, 2026
2427a98
Merge pull request #2461 from Esri/new_sample_airports_access
jyaistMap Mar 30, 2026
35767c9
Merge pull request #2476 from Esri/AI_Utils_Sample
jyaistMap Mar 30, 2026
af8b24b
Merge pull request #2451 from Esri/ken/ui_security_settings
jyaistMap Mar 30, 2026
381c858
Merge pull request #2466 from Esri/tarun/system-requirements
jyaistMap Mar 30, 2026
1a2d416
Merge pull request #2442 from Esri/guide3_intro_to_briefings
jyaistMap Mar 30, 2026
cb8936f
Merge pull request #2477 from Esri/jy-243-rel-notes
jtroe Mar 31, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions guide/01-getting-started/system-requirements.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"* [matplotlib](https://anaconda.org/Esri/matplotlib)\n",
"* [matplotlib-inline](https://anaconda.org/Esri/matplotlib-inline)\n",
"* [networkx >=3.3, <4](https://anaconda.org/Esri/networkx)\n",
"* [numpy >=2.2.0,<3](https://anaconda.org/Esri/numpy) \n",
"* [pandas >=2.0.0,<2.4.0](https://anaconda.org/Esri/pandas) \n",
"* [numpy >=2.3.0,<3](https://anaconda.org/Esri/numpy) \n",
"* [pandas >=2.3.0,<4.0.0](https://anaconda.org/Esri/pandas) \n",
"* [pillow](https://anaconda.org/Esri/pillow)\n",
"* [puremagic >=1.15,<2](https://anaconda.org/Esri/puremagic)\n",
"* [pyarrow >=16,<21](https://anaconda.org/Esri/pyarrow)\n",
"* [pyarrow >=17,<24](https://anaconda.org/Esri/pyarrow)\n",
"* [pydantic >=2.8.2,<3](https://anaconda.org/Esri/pydantic)\n",
"* [pylerc](https://anaconda.org/Esri/pylerc)\n",
"* [pyspnego >=0.8.0](https://anaconda.org/Esri/pyspnego)\n",
Expand Down Expand Up @@ -107,7 +107,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.5"
"version": "3.12.7"
},
"toc": {
"base_numbering": 1,
Expand Down
512 changes: 512 additions & 0 deletions guide/02-api-overview/release_notes_243.ipynb

Large diffs are not rendered by default.

458 changes: 457 additions & 1 deletion guide/03-the-gis/customizing-the-look-and-feel-of-your-gis.ipynb

Large diffs are not rendered by default.

987 changes: 987 additions & 0 deletions guide/13-managing-arcgis-applications/cloning-editing-storymap.ipynb

Large diffs are not rendered by default.

Loading
Loading