daattali / beautiful-jekyll

✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
https://beautifuljekyll.com
MIT License
5.39k stars 16.27k forks source link

Jupyter notebook not fitting in beautiful-jekyll page/posts #619

Closed abhinabasaha closed 4 years ago

abhinabasaha commented 4 years ago

Hi Dean, I have an issue in displaying the jupyter notebook in my beautiful-jekyll page.

As you can see here: https://abhinabasaha.in/2020-04-20-Time_series_Analysis/

the data frame is large, as a result the entire page squeezes to the left. I have added the css/jupyter.css and edited the _config.yaml.

https://github.com/abhinabasaha/abhinabasaha.github.io/blob/master/css/jupyter.css

https://github.com/abhinabasaha/abhinabasaha.github.io/blob/master/_config.yml

It would be great is the dataframe is shown within a slider as its shown here:

https://github.com/abhinabasaha/abhinabasaha.github.io/blob/master/_posts/2020-04-20-Time_series_Analysis.md

Thanks in advance.

abhinabasaha commented 4 years ago

I temporarily solved it by transposing the dataframe so that it fits within the cell sizes.