##// END OF EJS Templates
Backport PR #6634: don't use contains in SelectWidget item_query...
Backport PR #6634: don't use contains in SelectWidget item_query gives false positive matches when some values are substrings of others closes #6633

File last commit:

r14009:6f019b30
r20380:fe0e5699
Show More
__main__.py
3 lines | 105 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.html import notebookapp as app
app.launch_new_instance()