hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
39.28k stars 4.83k forks source link

hexo disable scrollbar in asset_jupyter ? #3107

Closed jiapei100 closed 6 years ago

jiapei100 commented 6 years ago

Environment Info

Node version(node -v): v8.10.0

Your site _config.yml (Optional): theme: landscape

Your theme _config.yml (Optional):

Hexo and Plugin version(npm ls --depth 0): ├── hexo-generator-archive@0.1.5 ├── hexo-generator-category@0.1.3 ├── hexo-generator-index@0.2.1 ├── hexo-generator-tag@0.2.0 ├── hexo-jupyter-notebook@0.0.3 ├── hexo-katex@0.0.8 ├── hexo-renderer-ejs@0.3.1 ├── hexo-renderer-marked@0.3.2 ├── hexo-renderer-mathjax@0.6.0 ├── hexo-renderer-pandoc@0.2.2 ├── hexo-renderer-stylus@0.3.3 └── hexo-server@0.2.2

For question

I actually am using a plugin hexo-jupyter-notebook . I can insert the jupyter notebook contents now, but it's scrolled up.

Since both blogs use the same hexo plugin hexo-jupyter-notebook, I guess the scrolling difference is from hexo, but not from this plugin itself. So, I wonder how to **NOT scrolling up my .ipynb snippet" ?

Thank you very much Pei

Cheers Pei

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.