##// END OF EJS Templates
Document globbing in `%history -g <pattern>`....
Document globbing in `%history -g <pattern>`. The pattern is treated as a SQLite GLOB '*<pattern>*', so regular glob characters like '?' and '*' are available.

File last commit:

r7925:8793fd26
r8129:b9c024f6
Show More
custom.js
7 lines | 147 B | application/javascript | JavascriptLexer
/*
Placeholder for custom user javascript
mainly to be overridden in profile/static/js/custom.js
This will always be an empty file in IPython
*/