m2lines / L96_demo

Lorenz 1996 two time-scale model for learning machine learning
https://m2lines.github.io/L96_demo
Other
36 stars 20 forks source link

Missing Jupyterbook title #106

Closed LaureZanna closed 1 year ago

LaureZanna commented 1 year ago

I just noticed that the title of the book disappeared... I believe we had something like "Learning Machine Learning and Climate Modeling with Lorenz 96" or something like that. We can change that but we should definitely have a title.

shan18 commented 1 year ago

I just pulled the main branch of the repo and am able to see the title as well as the search bar in my local build but the version deployed on the website has both of them missing. It might be something related to the dependencies that are being installed on the remote version.

How it looks on my local build

Screenshot 2023-05-02 at 12 03 08 AM

How it looks on the website

Screenshot 2023-05-02 at 12 06 13 AM

IamShubhamGupto commented 1 year ago

Hey @LaureZanna @dhruvbalwada

I was playing around with the configuration from the latest commit and these are my findings:

Screenshot 2023-05-13 at 11 47 47 AM

as @shan18 mentioned, deleting cache removed the title for him as well but I did was not able to replicate that.

For now, more investigation is required

IamShubhamGupto commented 1 year ago

spent some more time on it today

My local build from the latest commit

Screenshot 2023-05-31 at 12 32 29 AM

I will be raising a pr which changes the way we deploy on GitHub pages, that might be a solution. We won't know until its merged and built

IamShubhamGupto commented 1 year ago

@LaureZanna With the title back on https://m2lines.github.io/L96_demo/intro.html, should we close this?