File tree Expand file tree Collapse file tree 2 files changed +5
-28
lines changed Expand file tree Collapse file tree 2 files changed +5
-28
lines changed Original file line number Diff line number Diff line change 92
92
},
93
93
{
94
94
"cell_type" : " code" ,
95
- "execution_count" : 2 ,
95
+ "execution_count" : null ,
96
96
"metadata" : {
97
97
"slideshow" : {
98
98
"slide_type" : " fragment"
136
136
},
137
137
{
138
138
"cell_type" : " code" ,
139
- "execution_count" : 3 ,
139
+ "execution_count" : null ,
140
140
"metadata" : {
141
141
"scrolled" : false ,
142
142
"slideshow" : {
143
143
"slide_type" : " fragment"
144
144
}
145
145
},
146
- "outputs" : [
147
- {
148
- "name" : " stdout" ,
149
- "output_type" : " stream" ,
150
- "text" : [
151
- " Enter the level you want to solve! \n " ,
152
- " You choose the level this-is-crazy\n "
153
- ]
154
- },
155
- {
156
- "data" : {
157
- "application/vnd.jupyter.widget-view+json" : {
158
- "model_id" : " 97ae5f2d244243aa8c88ab4500e98712" ,
159
- "version_major" : 2 ,
160
- "version_minor" : 0
161
- },
162
- "text/plain" : [
163
- " A Jupyter widget"
164
- ]
165
- },
166
- "metadata" : {},
167
- "output_type" : " display_data"
168
- }
169
- ],
146
+ "outputs" : [],
170
147
"source" : [
171
148
" string level;\n " ,
172
149
" cout << \" Enter the level you want to solve! \\ nYou choose the level \" ;\n " ,
191
168
},
192
169
{
193
170
"cell_type" : " code" ,
194
- "execution_count" : 4 ,
171
+ "execution_count" : null ,
195
172
"metadata" : {
196
173
"slideshow" : {
197
174
"slide_type" : " fragment"
Original file line number Diff line number Diff line change 43
43
make tests
44
44
45
45
Again, this is primitive, assuming g++ and xwidgets and stuff directly
46
- in the standard include path, or $(CONDA_PREFIX)/include.
46
+ in the standard include path, or $(CONDA_PREFIX)/include.
You can’t perform that action at this time.
0 commit comments