Show More
@@ -19,7 +19,7 b' def init_ipython(ipy):' | |||
|
19 | 19 | """ |
|
20 | 20 | global ip |
|
21 | 21 | ip = ipy |
|
22 | ip.set_hook('complete_command', mb_completer, str_key = 'mb') | |
|
22 | ip.set_hook('complete_command', mb_completer, str_key = '%mb') | |
|
23 | 23 | ip.expose_magic('mb',mb_f) |
|
24 | 24 | ip.expose_magic('lee',lee_f) |
|
25 | 25 | ip.expose_magic('leoref',leoref_f) |
General Comments 0
You need to be logged in to leave comments.
Login now