|
23 | 23 | }, |
24 | 24 | { |
25 | 25 | "cell_type": "code", |
26 | | - "execution_count": 1, |
| 26 | + "execution_count": null, |
27 | 27 | "metadata": {}, |
28 | 28 | "outputs": [], |
29 | 29 | "source": [ |
|
48 | 48 | }, |
49 | 49 | { |
50 | 50 | "cell_type": "code", |
51 | | - "execution_count": 2, |
| 51 | + "execution_count": null, |
52 | 52 | "metadata": {}, |
53 | | - "outputs": [ |
54 | | - { |
55 | | - "data": { |
56 | | - "text/plain": [ |
57 | | - "10-element interpolate(::Array{Float64,1}, BSpline(Linear())) with element type Float64:\n", |
58 | | - " 0.0 \n", |
59 | | - " 0.6427876096865393 \n", |
60 | | - " 0.984807753012208 \n", |
61 | | - " 0.8660254037844387 \n", |
62 | | - " 0.3420201433256689 \n", |
63 | | - " -0.34202014332566866 \n", |
64 | | - " -0.8660254037844385 \n", |
65 | | - " -0.9848077530122081 \n", |
66 | | - " -0.6427876096865396 \n", |
67 | | - " -2.4492935982947064e-16" |
68 | | - ] |
69 | | - }, |
70 | | - "execution_count": 2, |
71 | | - "metadata": {}, |
72 | | - "output_type": "execute_result" |
73 | | - } |
74 | | - ], |
| 53 | + "outputs": [], |
75 | 54 | "source": [ |
76 | 55 | "using Interpolations\n", |
77 | 56 | "\n", |
|
97 | 76 | }, |
98 | 77 | { |
99 | 78 | "cell_type": "code", |
100 | | - "execution_count": 4, |
| 79 | + "execution_count": null, |
101 | 80 | "metadata": {}, |
102 | 81 | "outputs": [], |
103 | 82 | "source": [ |
|
129 | 108 | }, |
130 | 109 | { |
131 | 110 | "cell_type": "code", |
132 | | - "execution_count": 6, |
| 111 | + "execution_count": null, |
133 | 112 | "metadata": {}, |
134 | | - "outputs": [ |
135 | | - { |
136 | | - "name": "stderr", |
137 | | - "output_type": "stream", |
138 | | - "text": [ |
139 | | - "┌ Info: Precompiling Gadfly [c91e804a-d5a3-530f-b6f0-dfbca275c004]\n", |
140 | | - "└ @ Base loading.jl:1186\n", |
141 | | - "ERROR: LoadError: syntax: try without catch or finally\n", |
142 | | - "Stacktrace:\n", |
143 | | - " [1] include at ./boot.jl:317 [inlined]\n", |
144 | | - " [2] include_relative(::Module, ::String) at ./loading.jl:1038\n", |
145 | | - " [3] include(::Module, ::String) at ./sysimg.jl:29\n", |
146 | | - " [4] top-level scope at none:2\n", |
147 | | - " [5] eval at ./boot.jl:319 [inlined]\n", |
148 | | - " [6] eval(::Expr) at ./client.jl:389\n", |
149 | | - " [7] top-level scope at ./none:3\n", |
150 | | - "in expression starting at /home/tim/.julia/packages/Compose/y7cU7/src/Compose.jl:207\n", |
151 | | - "ERROR: LoadError: Failed to precompile Compose [a81c6b42-2e10-5240-aca2-a61377ecd94b] to /home/tim/.julia/compiled/v1.0/Compose/sbiEw.ji.\n", |
152 | | - "Stacktrace:\n", |
153 | | - " [1] error(::String) at ./error.jl:33\n", |
154 | | - " [2] macro expansion at ./logging.jl:313 [inlined]\n", |
155 | | - " [3] compilecache(::Base.PkgId, ::String) at ./loading.jl:1184\n", |
156 | | - " [4] _require(::Base.PkgId) at ./logging.jl:311\n", |
157 | | - " [5] require(::Base.PkgId) at ./loading.jl:852\n", |
158 | | - " [6] macro expansion at ./logging.jl:311 [inlined]\n", |
159 | | - " [7] require(::Module, ::Symbol) at ./loading.jl:834\n", |
160 | | - " [8] include at ./boot.jl:317 [inlined]\n", |
161 | | - " [9] include_relative(::Module, ::String) at ./loading.jl:1038\n", |
162 | | - " [10] include(::Module, ::String) at ./sysimg.jl:29\n", |
163 | | - " [11] top-level scope at none:2\n", |
164 | | - " [12] eval at ./boot.jl:319 [inlined]\n", |
165 | | - " [13] eval(::Expr) at ./client.jl:389\n", |
166 | | - " [14] top-level scope at ./none:3\n", |
167 | | - "in expression starting at /home/tim/.julia/packages/Gadfly/p8TXc/src/Gadfly.jl:7\n" |
168 | | - ] |
169 | | - }, |
170 | | - { |
171 | | - "ename": "ErrorException", |
172 | | - "evalue": "Failed to precompile Gadfly [c91e804a-d5a3-530f-b6f0-dfbca275c004] to /home/tim/.julia/compiled/v1.0/Gadfly/DvECm.ji.", |
173 | | - "output_type": "error", |
174 | | - "traceback": [ |
175 | | - "Failed to precompile Gadfly [c91e804a-d5a3-530f-b6f0-dfbca275c004] to /home/tim/.julia/compiled/v1.0/Gadfly/DvECm.ji.", |
176 | | - "", |
177 | | - "Stacktrace:", |
178 | | - " [1] error(::String) at ./error.jl:33", |
179 | | - " [2] macro expansion at ./logging.jl:313 [inlined]", |
180 | | - " [3] compilecache(::Base.PkgId, ::String) at ./loading.jl:1184", |
181 | | - " [4] macro expansion at ./logging.jl:311 [inlined]", |
182 | | - " [5] _require(::Base.PkgId) at ./loading.jl:941", |
183 | | - " [6] require(::Base.PkgId) at ./loading.jl:852", |
184 | | - " [7] macro expansion at ./logging.jl:311 [inlined]", |
185 | | - " [8] require(::Module, ::Symbol) at ./loading.jl:834", |
186 | | - " [9] top-level scope at In[6]:1" |
187 | | - ] |
188 | | - } |
189 | | - ], |
| 113 | + "outputs": [], |
190 | 114 | "source": [ |
191 | 115 | "using Gadfly\n", |
192 | 116 | "\n", |
|
214 | 138 | }, |
215 | 139 | { |
216 | 140 | "cell_type": "code", |
217 | | - "execution_count": 7, |
| 141 | + "execution_count": null, |
218 | 142 | "metadata": {}, |
219 | | - "outputs": [ |
220 | | - { |
221 | | - "ename": "UndefVarError", |
222 | | - "evalue": "UndefVarError: plot not defined", |
223 | | - "output_type": "error", |
224 | | - "traceback": [ |
225 | | - "UndefVarError: plot not defined", |
226 | | - "", |
227 | | - "Stacktrace:", |
228 | | - " [1] top-level scope at In[7]:7" |
229 | | - ] |
230 | | - } |
231 | | - ], |
| 143 | + "outputs": [], |
232 | 144 | "source": [ |
233 | 145 | "xs = 1:5\n", |
234 | 146 | "ys = 1:8\n", |
|
0 commit comments