- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
This section of IPython documentation will walk you through most of the IPython
functionality. You do not need to have any deep knowledge of Python to read this
tutorial, though some sections might make slightly more sense if you have already
done some work in the classic Python REPL.
Note
Some part of this documentation are more than a decade old so might be out
of date, we welcome any report of inaccuracy, and Pull Requests that make
that up to date.