You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			15 lines
		
	
	
		
			379 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			15 lines
		
	
	
		
			379 B
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "title": "Notebook Completer",
 | 
						|
  "description": "Notebook completer settings.",
 | 
						|
  "jupyter.lab.shortcuts": [
 | 
						|
    {
 | 
						|
      "command": "completer:invoke-notebook",
 | 
						|
      "keys": ["Tab"],
 | 
						|
      "selector": ".jp-Notebook.jp-mod-editMode .jp-mod-completer-enabled:not(.jp-mod-at-line-beginning)"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "properties": {},
 | 
						|
  "additionalProperties": false,
 | 
						|
  "type": "object"
 | 
						|
}
 |