Commits


Kouhei Sutou authored and Wes McKinney committed f7ab7270bb0
ARROW-896: Support Jupyter Notebook in Web site We can embed a Jupyter Notebook (`getting_started.ipynb`) in the same directory by the following code: ```markdown {::nomarkdown} {% jupyter_notebook getting_started.ipynb %} {:/nomarkdown} ``` Author: Kouhei Sutou <kou@clear-code.com> Closes #608 from kou/site-support-jupyter-notebook and squashes the following commits: 12186b1 [Kouhei Sutou] Support Jupyter Notebook in Web site