Fix Time Series demo and improve Pyodide article layout#124
Merged
timothypratley merged 1 commit intoClojureCivitas:mainfrom Nov 6, 2025
Merged
Fix Time Series demo and improve Pyodide article layout#124timothypratley merged 1 commit intoClojureCivitas:mainfrom
timothypratley merged 1 commit intoClojureCivitas:mainfrom
Conversation
Critical fix: Time Series Analysis demo was stuck on loading spinner due to Python code not returning JSON results. Added proper output variable and return statement. Improvements: - Complete Python analysis code for stock and sensor time series - Remove min-height gaps between demo sections - Remove orphaned "Try It Live" heading - Add Daniel Slutsky acknowledgment for Scicloj tools The demo now displays 4 stock analysis plots (price with MAs, daily returns, volume, volatility) and 3 sensor plots (temperature, humidity, correlation analysis).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Critical fix: Time Series Analysis demo was stuck on loading spinner due to Python code not returning JSON results. Added proper output variable and return statement.
Improvements:
The demo now displays 4 stock analysis plots (price with MAs, daily returns, volume, volatility) and 3 sensor plots (temperature, humidity, correlation analysis).

