You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a JSON parsing error when trying to open the "00 Kalman Filters and Statistical Arbitrage.ipynb" file located in the "04 Research Environment/12 Applying Research/05 Kalman Filters and Stat Arb" directory. The error occurs because of unescaped double quotes in an HTML img tag's alt attribute.
Error Message
Unable to open '00 Kalman Filters and Statistical Arbitrage.ipynb'
Expected ',' or after array element in JSON at position 269554 (line 574 column 86)
Problem Location
The error is in a markdown cell containing an image with the following HTML:
Full path to the affected file: 04 Research Environment/12 Applying Research/05 Kalman Filters and Stat Arb/00 Kalman Filters and Statistical Arbitrage.ipynb
The text was updated successfully, but these errors were encountered:
Issue Description
I encountered a JSON parsing error when trying to open the "00 Kalman Filters and Statistical Arbitrage.ipynb" file located in the "04 Research Environment/12 Applying Research/05 Kalman Filters and Stat Arb" directory. The error occurs because of unescaped double quotes in an HTML img tag's alt attribute.
Error Message
Problem Location
The error is in a markdown cell containing an image with the following HTML:
The issue is specifically with the
alt="kalman filter"
part, where the double quotes around "kalman filter" are causing JSON parsing errors.Suggested Fix
One of these solutions would resolve the issue:
File Path
Full path to the affected file:
04 Research Environment/12 Applying Research/05 Kalman Filters and Stat Arb/00 Kalman Filters and Statistical Arbitrage.ipynb
The text was updated successfully, but these errors were encountered: