I want to take advantage of GitHub\'s code navigation features on the browser but I am getting this error message at the top of the python code:
Code navigation is
Considering Code Navigation was released in limited public beta for select repositories earlier this year, and available on Python repositories since last November, it is possible your repository (assuming it has commits) was not yet scanned, especially if it is fairly recent.
Plus, the help page mentions:
Code navigation works for active branches.
If the feature is enabled for you but you don't see links to the definitions of functions and methods, push to the branch and try again.
Private Repositories are not currently being indexed for Code Navigation. Currently, Code Navigation indexing is being performed on Public Repositories and will be rolled out to Private Repositories over time.