We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6309e commit cbe7665Copy full SHA for cbe7665
test-notebook-name.snb
@@ -0,0 +1,25 @@
1
+{
2
+ "metadata" : {
3
+ "name" : "test-notebook-name",
4
+ "user_save_timestamp" : "1970-01-01T01:00:00.000Z",
5
+ "auto_save_timestamp" : "1970-01-01T01:00:00.000Z",
6
+ "language_info" : {
7
+ "name" : "scala",
8
+ "file_extension" : "scala",
9
+ "codemirror_mode" : "text/x-scala"
10
+ },
11
+ "trusted" : true,
12
+ "sparkNotebook" : {
13
+ "build" : "unit-tests"
14
15
+ "customLocalRepo" : "local-repo",
16
+ "customRepos" : [ "custom-repo" ],
17
+ "customDeps" : [ "\"org.custom\" % \"dependency\" % \"1.0.0\"" ],
18
+ "customImports" : [ "import org.cusom.dependency.SomeClass" ],
19
+ "customArgs" : [ ],
20
+ "customSparkConf" : {
21
+ "spark.driverPort" : 1234
22
+ }
23
24
+ "cells" : [ ]
25
+}
0 commit comments