There look to be two issues with the n_time_correlations.ipynb tutorial notebook:
- The json seems to have trailing commas in lists of text ouptut in some cells (e.g. end of line 232), which does not parse with current jupyter.
- Cell 1 has "from oqupy.contractions import compute_correlations_nt" but this should be "from oqupy import compute_correlations_nt"
There look to be two issues with the n_time_correlations.ipynb tutorial notebook: