- 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
IPython 6 requires Python 3, so our compatibility module
IPython.utils.py3compat is deprecated and will be removed in a future
version. In most cases, we recommend you use the six module to support compatible code. This is widely
used by other projects, so it is familiar to many developers and thoroughly
battle-tested.
Our py3compat module provided some more specific unicode conversions than
those offered by six. If you want to use these, copy them into your own code
from IPython 5.x. Do not rely on importing them from IPython, as the module may
be removed in the future.