federicosabbadini commited on
Commit
9562e16
·
verified ·
1 Parent(s): a46709e

Upload folder using huggingface_hub (part 3)

Browse files
full_22model/figures/P4_D1_combs.png ADDED

Git LFS Details

  • SHA256: b987dec1d8d6d01d951a0af8eceee10f54c1406e3218dba3b610caea0c3ecd54
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
full_22model/figures/P5_ppc.png ADDED

Git LFS Details

  • SHA256: 36aadef5a0584c34ca706c80457c2f361e90dc3fb2b25af8fe40ffbfe4934864
  • Pointer size: 131 Bytes
  • Size of remote file: 120 kB
full_22model/figures/P5_residuals.png ADDED

Git LFS Details

  • SHA256: 941486062c62be5b0dbc1147ff0599b04f6f03be49b0d7fa0803580bf82ba5e6
  • Pointer size: 130 Bytes
  • Size of remote file: 79.1 kB
full_22model/figures/P5_sensitivity.png ADDED

Git LFS Details

  • SHA256: 9ee1af0f315f3889bd1a30a542561bf88270e0628a2410f4b179ddc20971bab8
  • Pointer size: 130 Bytes
  • Size of remote file: 34.3 kB
full_22model/run.log ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [NbConvertApp] Converting notebook run_full_21model.ipynb to notebook
2
+ [NbConvertApp] ERROR | Notebook JSON is invalid: Additional properties are not allowed ('execution_count', 'outputs' were unexpected)
3
+
4
+ Failed validating 'additionalProperties' in markdown_cell:
5
+
6
+ On instance['cells'][0]:
7
+ {'cell_type': 'markdown',
8
+ 'execution_count': None,
9
+ 'id': 'p0c000',
10
+ 'metadata': {},
11
+ 'outputs': ['...0 outputs...'],
12
+ 'source': '# Structural aliasing in Chronos-Bolt, Bayesian analysis\n'
13
+ '\n'
14
+ '**PATC...'}
15
+ C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\zmq\_future.py:718: RuntimeWarning: Proactor event loop does not implement add_reader family of methods required for zmq. Registering an additional selector thread for add_reader support via tornado. Use `asyncio.set_event_loop_policy(WindowsSelectorEventLoopPolicy())` to avoid this warning.
16
+ self._get_loop()
17
+ [IPKernelApp] WARNING | Kernel is running over TCP without encryption. All communication (including code and outputs) is sent in plain text and is susceptible to eavesdropping. Use IPC transport or launch with kernel manager-provisioned CurveZMQ keys to enable transport encryption.
18
+ Traceback (most recent call last):
19
+ File "<frozen runpy>", line 198, in _run_module_as_main
20
+ File "<frozen runpy>", line 88, in _run_code
21
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Scripts\jupyter-nbconvert.EXE\__main__.py", line 7, in <module>
22
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\jupyter_core\application.py", line 284, in launch_instance
23
+ super().launch_instance(argv=argv, **kwargs)
24
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\traitlets\config\application.py", line 1080, in launch_instance
25
+ app.start()
26
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\nbconvertapp.py", line 420, in start
27
+ self.convert_notebooks()
28
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\nbconvertapp.py", line 597, in convert_notebooks
29
+ self.convert_single_notebook(notebook_filename)
30
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\nbconvertapp.py", line 563, in convert_single_notebook
31
+ output, resources = self.export_single_notebook(
32
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\nbconvertapp.py", line 487, in export_single_notebook
34
+ output, resources = self.exporter.from_filename(
35
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
36
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\exporters\exporter.py", line 201, in from_filename
37
+ return self.from_file(f, resources=resources, **kw)
38
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
39
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\exporters\exporter.py", line 220, in from_file
40
+ return self.from_notebook_node(
41
+ ^^^^^^^^^^^^^^^^^^^^^^^^
42
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\exporters\notebook.py", line 36, in from_notebook_node
43
+ nb_copy, resources = super().from_notebook_node(nb, resources, **kw)
44
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
45
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\exporters\exporter.py", line 154, in from_notebook_node
46
+ nb_copy, resources = self._preprocess(nb_copy, resources)
47
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\exporters\exporter.py", line 353, in _preprocess
49
+ nbc, resc = preprocessor(nbc, resc)
50
+ ^^^^^^^^^^^^^^^^^^^^^^^
51
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\preprocessors\base.py", line 48, in __call__
52
+ return self.preprocess(nb, resources)
53
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
54
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\preprocessors\execute.py", line 103, in preprocess
55
+ self.preprocess_cell(cell, resources, index)
56
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\preprocessors\execute.py", line 124, in preprocess_cell
57
+ cell = self.execute_cell(cell, index, store_history=True)
58
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
59
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\jupyter_core\utils\__init__.py", line 165, in wrapped
60
+ return loop.run_until_complete(inner)
61
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
62
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 691, in run_until_complete
63
+ return future.result()
64
+ ^^^^^^^^^^^^^^^
65
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbclient\client.py", line 1062, in async_execute_cell
66
+ await self._check_raise_for_error(cell, cell_index, exec_reply)
67
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbclient\client.py", line 918, in _check_raise_for_error
68
+ raise CellExecutionError.from_cell_and_msg(cell, exec_reply_content)
69
+ nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell:
70
+ ------------------
71
+ idata_A = cached_fit("04_A.nc", lambda: sample(model_A_contrast(live), "A"))
72
+
73
+ print("\nModel A, H1 behavioural")
74
+ rowsA = [report(idata_A, "beta_bar", label="beta_bar (log ratio)"),
75
+ report(idata_A, "beta_bar", np.exp, label="recovery ratio exp(beta_bar)"),
76
+ report(idata_A, "delta_O", label="delta_O (overlap slope, M1)"),
77
+ report(idata_A, "delta_P", label="delta_P (log patch-size slope)")]
78
+ pA_att = prob(idata_A, "beta_bar", lambda x: x < ATTENUATION_20)
79
+ pA_rope = prob(idata_A, "beta_bar", lambda x: np.abs(x) < ROPE_LOG)
80
+ pA_neg = prob(idata_A, "beta_bar", lambda x: x < 0)
81
+ print(f"\n P(at least 20% attenuation | D) = {pA_att:.3f} (prior: "
82
+ f"{prior_summary['p_attenuation20_prior']:.3f})")
83
+ print(f" P(practically no effect | D) = {pA_rope:.3f} (ROPE |beta| < log 1.1)")
84
+ print(f" P(beta_bar < 0 | D) = {pA_neg:.3f} (any attenuation at all)")
85
+
86
+ pA_mit = prob(idata_A, "delta_O", lambda x: x < 0)
87
+ print(f" P(delta_O < 0 | D) = {pA_mit:.3f} (M1: overlap reduces the deficit)")
88
+
89
+ display(az.summary(idata_A.posterior, var_names=["beta_bar", "delta_O", "delta_P", "tau", "sigma",
90
+ "sigma_harm", "sigma_bg"], ci_prob=0.95).round(3))
91
+
92
+ # M1, second half: which description of the configuration level does the data prefer?
93
+ # deliverable2.tex, Mitigation: "the overlap ratio, the absolute stride, or the patch size".
94
+ # idata_A IS the config_level="both" fit (it is the default), so it is reused rather than
95
+ # sampled a second time: on the full design that is one avoidable fit of the largest model.
96
+ fitsM1 = {"overlap + patch size": idata_A}
97
+ fitsM1.update({lbl: cached_fit(f"04_A_{lvl}.nc",
98
+ lambda l=lvl, n=lbl: sample(model_A_contrast(live, config_level=l), n))
99
+ for lvl, lbl in (("overlap", "overlap only"), ("patch", "patch size only"),
100
+ ("none", "neither"))})
101
+ cmpM1 = az.compare(fitsM1)
102
+ display(cmpM1)
103
+
104
+ # plot_forest: ArviZ 1.x changed the API; draw manually
105
+ post_beta = idata_A.posterior["beta"].values.reshape(-1, idata_A.posterior.sizes["config"])
106
+ cfg_names = list(idata_A.posterior.coords["config"].values)
107
+ fig, ax = plt.subplots(figsize=(8, 3.4))
108
+ for j, name in enumerate(cfg_names):
109
+ lo, med, hi = np.quantile(post_beta[:, j], [0.025, 0.5, 0.975])
110
+ ax.plot([lo, hi], [j, j], color="steelblue", lw=2)
111
+ ax.plot(med, j, "o", color="steelblue", ms=5)
112
+ ax.axvline(0, color="k", lw=.9)
113
+ ax.axvline(ATTENUATION_20, color="crimson", ls="--", lw=1)
114
+ ax.set_yticks(range(len(cfg_names))); ax.set_yticklabels(cfg_names, fontsize=8)
115
+ ax.set_title("Model A: per-configuration phase-lock effect $\\beta_c$\n"
116
+ "(left of the dashed line = at least 20% attenuation)")
117
+ plt.tight_layout(); plt.savefig(FIG_DIR / "P4_A_forest.png", dpi=140, bbox_inches="tight"); plt.show()
118
+
119
+ ------------------
120
+
121
+ ----- stderr -----
122
+ NUTS[nutpie]: [beta_bar, delta_O, delta_P, tau, z_cfg, sigma_harm, z_harm, sigma_bg, z_bg, sigma]
123
+ ----- stdout -----
124
+ checkpoint -> 04_A.nc
125
+
126
+ Model A, H1 behavioural
127
+ beta_bar (log ratio) median +0.0185 95% CrI [-0.4954, +0.5329]
128
+ recovery ratio exp(beta_bar) median +1.0187 95% CrI [+0.6094, +1.7039]
129
+ delta_O (overlap slope, M1) median +0.3791 95% CrI [+0.0091, +0.7166]
130
+ delta_P (log patch-size slope) median -0.7530 95% CrI [-1.1491, -0.2461]
131
+
132
+ P(at least 20% attenuation | D) = 0.212 (prior: 0.336)
133
+ P(practically no effect | D) = 0.244 (ROPE |beta| < log 1.1)
134
+ P(beta_bar < 0 | D) = 0.478 (any attenuation at all)
135
+ P(delta_O < 0 | D) = 0.023 (M1: overlap reduces the deficit)
136
+ ----- stderr -----
137
+ NUTS[nutpie]: [beta_bar, delta_O, tau, z_cfg, sigma_harm, z_harm, sigma_bg, z_bg, sigma]
138
+ ----- stdout -----
139
+ checkpoint -> 04_A_overlap.nc
140
+ ----- stderr -----
141
+ NUTS[nutpie]: [beta_bar, delta_P, tau, z_cfg, sigma_harm, z_harm, sigma_bg, z_bg, sigma]
142
+ ----- stdout -----
143
+ checkpoint -> 04_A_patch.nc
144
+ ----- stderr -----
145
+ NUTS[nutpie]: [beta_bar, tau, z_cfg, sigma_harm, z_harm, sigma_bg, z_bg, sigma]
146
+ ----- stdout -----
147
+ checkpoint -> 04_A_none.nc
148
+ ------------------
149
+
150
+ ---------------------------------------------------------------------------
151
+ MemoryError Traceback (most recent call last)
152
+ File ~\AppData\Local\Programs\Python\Python312\Lib\site-packages\arviz_stats\loo\compare.py:636, in _calculate_ics(compare_dict, var_name)
153
+  635 try:
154
+ --> 636 new_compare_dict[name] = loo(
155
+  637  dataset,
156
+  638  pointwise=True,
157
+  639  var_name=var_name,
158
+  640  )
159
+  641 except Exception as e:
160
+
161
+ File ~\AppData\Local\Programs\Python\Python312\Lib\site-packages\arviz_stats\loo\loo.py:227, in loo(data, pointwise, var_name, reff, log_lik_fn, log_weights, pareto_k, log_jacobian, mixture, moment_match, model)
162
+  226 if log_weights is None and pareto_k is None:
163
+ --> 227 log_weights, pareto_k = loo_inputs.log_likelihood.azstats.psislw(
164
+  228  r_eff=reff, dim=loo_inputs.sample_dims
165
+  229  )
166
+  231 if mixture:
167
+
168
+ File ~\AppData\Local\Programs\Python\Python312\Lib\site-packages\arviz_stats\accessors.py:170, in _BaseAccessor.psislw(self, dim, **kwargs)
169
+  169 """Pareto smoothed importance sampling."""
170
+ --> 170 return self._apply("psislw", dim=dim, **kwargs)
171
+
172
+ File ~\AppData\Local\Programs\Python\Python312\Lib\site-packages\arviz_stats\accessors.py:398, in AzStatsDaAccessor._apply(self, func, **kwargs)
173
+  397 func = get_function(func)
174
+ --> 398 return func(self._obj, **kwargs)
175
+
176
+ File ~\AppData\Local\Programs\Python\Python312\Lib\site-packages\arviz_stats\base\dataarray.py:546, in BaseDataArray.psislw(self, da, r_eff, dim)
177
+  545 dims = validate_dims(dim)
178
+ --> 546 return apply_ufunc(
179
+  547  self.array_class.psislw,
180
+  548  da,
181
+  549  r_eff,
182
+  550  input_core_dims=[dims, []],
183
+  551  output_core_dims=[dims, []],
184
+  552  kwargs={"axis": np.arange(-len(dims), 0, 1)},
185
+  553 )
186
+
187
+ File ~\AppData\Local\Programs\Python\Python312\Lib\site-packages\xarray\computation\apply_ufunc.py:1267, in apply_ufunc(func, input_core_dims, output_core_dims, exclude_dims, vectorize, join, dataset_join, dataset_fill_value, keep_attrs, kwargs, dask, output_dtypes, output_sizes, meta, dask_gufunc_kwargs, on_missing_core_dim, *args)
188
+  1266 elif any(isinstance(a, DataArray) for a in args):
189
+ -> 1267 return apply_dataarray_vfunc(
190
+  1268  variables_vfunc,
191
+  1269  *args,
192
+  1270  signature=signature,
193
+  1271  join=join,
194
+  1272  exclude_dims=exclude_dims,
195
+  1273  keep_attrs=keep_attrs,
196
+  1274  )
197
+  1275 # feed Variables directly through apply_variable_ufunc
198
+
199
+ File ~\AppData\Local\Programs\Python\Python312\Lib\site-packages\xarray\computation\apply_ufunc.py:312, in apply_dataarray_vfunc(func, signature, join, exclude_dims, keep_attrs, *args)
200
+  311 data_vars = [getattr(a, "variable", a) for a in args]
201
+ --> 312 result_var = func(*data_vars)
202
+  314 out: tuple[DataArray, ...] | DataArray
203
+
204
+ File ~\AppData\Local\Programs\Python\Python312\Lib\site-packages\xarray\computation\apply_ufunc.py:820, in apply_variable_ufunc(func, signature, exclude_dims, dask, output_dtypes, vectorize, keep_attrs, dask_gufunc_kwargs, *args)
205
+  816 func = _vectorize(
206
+  817 func, signature, output_dtypes=output_dtypes, exclude_dims=exclude_dims
207
+  818 )
208
+ --> 820 result_data = func(*input_data)
209
+  822 if signature.num_outputs == 1:
210
+
211
+ File ~\AppData\Local\Programs\Python\Python312\Lib\site-packages\arviz_stats\base\array.py:306, in BaseArray.psislw(self, ary, r_eff, axis)
212
+  299 psl_ufunc = make_ufunc(
213
+  300 self._psislw,
214
+  301 n_output=2,
215
+  (...) 304 ravel=False,
216
+  305 )
217
+ --> 306 return psl_ufunc(ary, out_shape=[(ary.shape[i] for i in axes), []], r_eff=r_eff)
218
+
219
+ File ~\AppData\Local\Programs\Python\Python312\Lib\site-packages\arviz_stats\base\stats_utils.py:89, in make_ufunc.<locals>._multi_ufunc(out, out_shape, shape_from_1st, *args, **kwargs)
220
+  88 else:
221
+ ---> 89 out = tuple(np.empty((*element_shape, *out_shape[i])) for i in range(n_output))
222
+  91 elif check_shape:
223
+
224
+ File ~\AppData\Local\Programs\Python\Python312\Lib\site-packages\arviz_stats\base\stats_utils.py:89, in <genexpr>(.0)
225
+  88 else:
226
+ ---> 89 out = tuple(np.empty((*element_shape, *out_shape[i])) for i in range(n_output))
227
+  91 elif check_shape:
228
+
229
+ MemoryError: Unable to allocate 10.2 GiB for an array with shape (171259, 4, 2000) and data type float64
230
+
231
+ During handling of the above exception, another exception occurred:
232
+
233
+ TypeError Traceback (most recent call last)
234
+ Cell In[22], line 31
235
+  27 fitsM1.update({lbl: cached_fit(f"04_A_{lvl}.nc",
236
+  28 lambda l=lvl, n=lbl: sample(model_A_contrast(live, config_level=l), n))
237
+  29 for lvl, lbl in (("overlap", "overlap only"), ("patch", "patch size only"),
238
+  30 ("none", "neither"))})
239
+ ---> 31 cmpM1 = az.compare(fitsM1)
240
+  32 display(cmpM1)
241
+  33
242
+  34 # plot_forest: ArviZ 1.x changed the API; draw manually
243
+
244
+ File ~\AppData\Local\Programs\Python\Python312\Lib\site-packages\arviz_stats\loo\compare.py:202, in compare(compare_dict, method, var_name, reference, round_to)
245
+  199 else:
246
+  200 round_val = round_to
247
+ --> 202 ics_dict = _calculate_ics(compare_dict, var_name=var_name)
248
+  203 names = list(ics_dict.keys())
249
+  205 has_subsampling = any(
250
+  206 getattr(elpd, "subsample_size", None) is not None for elpd in ics_dict.values()
251
+  207 )
252
+
253
+ File ~\AppData\Local\Programs\Python\Python312\Lib\site-packages\arviz_stats\loo\compare.py:642, in _calculate_ics(compare_dict, var_name)
254
+  636 new_compare_dict[name] = loo(
255
+  637 dataset,
256
+  638 pointwise=True,
257
+  639 var_name=var_name,
258
+  640 )
259
+  641 except Exception as e:
260
+ --> 642 raise e.__class__(
261
+  643  f"Encountered error trying to compute ELPD from model {name}."
262
+  644  ) from e
263
+  645 return new_compare_dict
264
+
265
+ TypeError: _ArrayMemoryError.__init__() missing 1 required positional argument: 'dtype'
266
+
ontology_run.log ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [NbConvertApp] Converting notebook chronos/bayesian/reconstruction_figures_ontology.ipynb to notebook
2
+ C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbformat\validator.py:434: MissingIDFieldWarning: Cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use `normalize()` on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.
3
+ _validate(nbdict, ref, version, version_minor, relax_add_props)
4
+ C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\zmq\_future.py:718: RuntimeWarning: Proactor event loop does not implement add_reader family of methods required for zmq. Registering an additional selector thread for add_reader support via tornado. Use `asyncio.set_event_loop_policy(WindowsSelectorEventLoopPolicy())` to avoid this warning.
5
+ self._get_loop()
6
+ [IPKernelApp] WARNING | Kernel is running over TCP without encryption. All communication (including code and outputs) is sent in plain text and is susceptible to eavesdropping. Use IPC transport or launch with kernel manager-provisioned CurveZMQ keys to enable transport encryption.
7
+ [NbConvertApp] Writing 4217454 bytes to chronos\bayesian\chronos\bayesian\reconstruction_figures_ontology_executed.ipynb
8
+ Traceback (most recent call last):
9
+ File "<frozen runpy>", line 198, in _run_module_as_main
10
+ File "<frozen runpy>", line 88, in _run_code
11
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\__main__.py", line 5, in <module>
12
+ main()
13
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\jupyter_core\application.py", line 284, in launch_instance
14
+ super().launch_instance(argv=argv, **kwargs)
15
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\traitlets\config\application.py", line 1080, in launch_instance
16
+ app.start()
17
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\nbconvertapp.py", line 420, in start
18
+ self.convert_notebooks()
19
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\nbconvertapp.py", line 597, in convert_notebooks
20
+ self.convert_single_notebook(notebook_filename)
21
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\nbconvertapp.py", line 566, in convert_single_notebook
22
+ write_results = self.write_single_notebook(output, resources)
23
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\nbconvertapp.py", line 526, in write_single_notebook
25
+ return self.writer.write(output, resources, notebook_name=notebook_name)
26
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
27
+ File "C:\Users\feder\AppData\Local\Programs\Python\Python312\Lib\site-packages\nbconvert\writers\files.py", line 152, in write
28
+ with open(dest_path, "w", encoding="utf-8") as f:
29
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
30
+ FileNotFoundError: [Errno 2] No such file or directory: 'chronos\\bayesian\\chronos\\bayesian\\reconstruction_figures_ontology_executed.ipynb'