[
https://issues.apache.org/jira/browse/ARROW-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15986711#comment-15986711
]
Kouhei Sutou commented on ARROW-896:
------------------------------------
I created jekyll-jupyter-notebook gem because it'll be useful not only Apache
Arrow site but also other sites.
Usage:
{noformat}
{::nomarkdown}
{% jupyter_notebook getting_started.ipynb %}
{:/nomarkdown}
{noformat}
CSS related problems may be caused but there is no problem case yet. (We don't
use the plugin yet.)
How about considering about the problems when we get the problems?
> [Docs] Add Jekyll plugin for including rendered Jupyter notebooks on website
> ----------------------------------------------------------------------------
>
> Key: ARROW-896
> URL: https://issues.apache.org/jira/browse/ARROW-896
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Documentation
> Reporter: Wes McKinney
>
> This would help with writing blog posts and other documentation about Arrow.
> [~kou] do you have any experience writing Jekyll liquid tag plugins in Ruby?
> Under the hood, we would convert .ipynb to Markdown using
> https://github.com/jupyter/nbconvert. We would need to add some
> notebook-related CSS to make the output look nice.
> Here is a Jekyll-like plugin that does this for the Pelican platform:
> https://github.com/getpelican/pelican-plugins/blob/master/liquid_tags/notebook.py
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)