Select to view content in your preferred language

AGOL Jupyter Notebook function signatures

427
1
10-11-2024 12:07 PM
Theisen
Occasional Contributor

How do you enable function signatures in AGOL Notebook? I recently came across a video from 7 years ago from ESRI which showed the presenters hovering over their ArcGIS API function and seeing the options they could do with the function. Below is a screenshot. 

Theisen_0-1728673585618.png

I believe these are called signatures. When I press tab, I see something similar but it is more of a list of many different options that is not that helpful. Is this what it looks like currently? 

Appreciate any guidance on this topic. 

Thanks, 

0 Kudos
1 Reply
PeterKnoop
MVP Regular Contributor

In a typical Jupyter Notebook environment, after entering a function name, you can press SHIFT+TAB to view the method's signature. I believe this is what you are looking for.

Pressing TAB by itself is used for autocompletion. For example, after entering an object name followed by a period, pressing TAB will list autocomplete choices for that object.

0 Kudos