Search sections in Jupyter Viewlet (#9346)

This commit is contained in:
Chris LaFreniere
2020-02-26 13:59:38 -08:00
committed by GitHub
parent 924815353d
commit 29cf1f898e
4 changed files with 16 additions and 15 deletions

View File

@@ -293,11 +293,6 @@
"when": "nodeType=~/^mssqlCluster/ && nodeLabel=~/[^\\s]+(\\.(csv|tsv|txt))$/ && nodeType == mssqlCluster:file",
"group": "1notebook@1"
},
{
"command": "jupyter.cmd.newNotebook",
"when": "connectionProvider == HADOOP_KNOX && nodeType && nodeType == Server",
"group": "1root@1"
},
{
"command": "jupyter.cmd.analyzeNotebook",
"when": "nodeType=~/^hdfs/ && nodeLabel=~/[^\\s]+(\\.(csv|tsv|txt))$/ && nodeType == hdfs:file",
@@ -307,7 +302,7 @@
"view/item/context": [
{
"command": "notebook.command.searchBook",
"when": "view == bookTreeView && viewItem == savedBook",
"when": "view == bookTreeView && viewItem == savedBook || viewItem == section",
"group": "inline"
},
{
@@ -398,7 +393,6 @@
"name": "pysparkkernel",
"displayName": "PySpark",
"connectionProviderIds": [
"HADOOP_KNOX",
"MSSQL"
]
},
@@ -406,7 +400,6 @@
"name": "sparkkernel",
"displayName": "Spark | Scala",
"connectionProviderIds": [
"HADOOP_KNOX",
"MSSQL"
]
},
@@ -414,7 +407,6 @@
"name": "sparkrkernel",
"displayName": "Spark | R",
"connectionProviderIds": [
"HADOOP_KNOX",
"MSSQL"
]
},