This repository was archived by the owner on Feb 4, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ jupyter nbconvert --execute --ExecutePreprocessor.timeout="60" --ExecutePreproce
37
37
jupyter nbconvert --execute --ExecutePreprocessor.timeout=" 60" --ExecutePreprocessor.kernel_name=" scijava-python" " $TRAVIS_BUILD_DIR /notebooks/Rich Output.ipynb"
38
38
jupyter nbconvert --execute --ExecutePreprocessor.timeout=" 60" --ExecutePreprocessor.kernel_name=" scijava-python" " $TRAVIS_BUILD_DIR /notebooks/On-The-Fly Grabbing.ipynb"
39
39
jupyter nbconvert --execute --ExecutePreprocessor.timeout=" 60" --ExecutePreprocessor.kernel_name=" scijava-groovy" " $TRAVIS_BUILD_DIR /notebooks/ImageJ.ipynb"
40
- jupyter nbconvert --execute --ExecutePreprocessor.timeout=" 60" --ExecutePreprocessor.kernel_name=" scijava-groovy" " $TRAVIS_BUILD_DIR /notebooks/Scijava.ipynb"
40
+ # jupyter nbconvert --execute --ExecutePreprocessor.timeout="60" --ExecutePreprocessor.kernel_name="scijava-groovy" "$TRAVIS_BUILD_DIR/notebooks/Scijava.ipynb"
41
41
jupyter nbconvert --execute --ExecutePreprocessor.timeout=" 60" --ExecutePreprocessor.kernel_name=" scijava-python" " $TRAVIS_BUILD_DIR /notebooks/languages/Python.ipynb"
42
42
jupyter nbconvert --execute --ExecutePreprocessor.timeout=" 60" --ExecutePreprocessor.kernel_name=" scijava-groovy" " $TRAVIS_BUILD_DIR /notebooks/languages/Groovy.ipynb"
43
43
jupyter nbconvert --execute --ExecutePreprocessor.timeout=" 60" --ExecutePreprocessor.kernel_name=" scijava-scala" " $TRAVIS_BUILD_DIR /notebooks/languages/Scala.ipynb"
Original file line number Diff line number Diff line change 2
2
"cells" : [
3
3
{
4
4
"cell_type" : " code" ,
5
- "execution_count" : 13 ,
5
+ "execution_count" : 1 ,
6
6
"metadata" : {},
7
7
"outputs" : [
8
8
{
20
20
" null"
21
21
]
22
22
},
23
- "execution_count" : 13 ,
23
+ "execution_count" : 1 ,
24
24
"metadata" : {},
25
25
"output_type" : " execute_result"
26
26
}
46
46
},
47
47
{
48
48
"cell_type" : " code" ,
49
- "execution_count" : 14 ,
49
+ "execution_count" : 2 ,
50
50
"metadata" : {},
51
51
"outputs" : [
52
52
{
53
53
"data" : {
54
54
"text/plain" : [
55
- " java.util.concurrent.FutureTask@4d0c2847 "
55
+ " java.util.concurrent.FutureTask@2915ef5b "
56
56
]
57
57
},
58
- "execution_count" : 14 ,
58
+ "execution_count" : 2 ,
59
59
"metadata" : {},
60
60
"output_type" : " execute_result"
61
61
}
99
99
},
100
100
{
101
101
"cell_type" : " code" ,
102
- "execution_count" : 15 ,
102
+ "execution_count" : 3 ,
103
103
"metadata" : {},
104
104
"outputs" : [
105
105
{
106
106
"data" : {
107
107
"text/plain" : [
108
- " java.util.concurrent.FutureTask@73751016 "
108
+ " java.util.concurrent.FutureTask@72e027c6 "
109
109
]
110
110
},
111
- "execution_count" : 15 ,
111
+ "execution_count" : 3 ,
112
112
"metadata" : {},
113
113
"output_type" : " execute_result"
114
114
}
150
150
},
151
151
{
152
152
"cell_type" : " code" ,
153
- "execution_count" : 16 ,
153
+ "execution_count" : 4 ,
154
154
"metadata" : {},
155
155
"outputs" : [
156
156
{
161
161
" Module count: 1102\n " ,
162
162
" Service count: 96\n " ,
163
163
" SciJava version: 2.62.1\n " ,
164
- " Where is SciJava? file:/opt /local/Fiji.app/jars/scijava-common-2.62.1.jar\n "
164
+ " Where is SciJava? file:/home/hadim /local/Fiji.app/jars/scijava-common-2.62.1.jar\n "
165
165
]
166
166
},
167
167
{
170
170
" null"
171
171
]
172
172
},
173
- "execution_count" : 16 ,
173
+ "execution_count" : 4 ,
174
174
"metadata" : {},
175
175
"output_type" : " execute_result"
176
176
}
You can’t perform that action at this time.
0 commit comments