mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-19 13:20:36 +08:00
parent
91706fc422
commit
848010e911
@ -197,7 +197,7 @@ var IPython = (function (IPython) {
|
||||
}
|
||||
|
||||
// easy access for julia monkey patching.
|
||||
Tooltip.last_token_re = /[a-z_][0-9a-z._]+$/gi;
|
||||
Tooltip.last_token_re = /[a-z_][0-9a-z._]*$/gi;
|
||||
|
||||
Tooltip.prototype.extract_oir_token = function(line){
|
||||
// use internally just to make the request to the kernel
|
||||
|
Loading…
x
Reference in New Issue
Block a user