You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/04/28 01:38:28 UTC

arrow git commit: ARROW-896: Support Jupyter Notebook in Web site

Repository: arrow
Updated Branches:
  refs/heads/master f13a9286c -> f7ab7270b


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 <ko...@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


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/f7ab7270
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/f7ab7270
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/f7ab7270

Branch: refs/heads/master
Commit: f7ab7270bb07466dabf84c015a6db2a192eb3dad
Parents: f13a928
Author: Kouhei Sutou <ko...@clear-code.com>
Authored: Thu Apr 27 21:38:23 2017 -0400
Committer: Wes McKinney <we...@twosigma.com>
Committed: Thu Apr 27 21:38:23 2017 -0400

----------------------------------------------------------------------
 site/Gemfile     | 1 +
 site/_config.yml | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/f7ab7270/site/Gemfile
----------------------------------------------------------------------
diff --git a/site/Gemfile b/site/Gemfile
index 98decaf..e6691a0 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -21,5 +21,6 @@ gem 'jekyll-bootstrap-sass'
 gem 'github-pages'
 group :jekyll_plugins do
    gem "jekyll-feed", "~> 0.6"
+   gem "jekyll-jupyter-notebook"
 end
 gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

http://git-wip-us.apache.org/repos/asf/arrow/blob/f7ab7270/site/_config.yml
----------------------------------------------------------------------
diff --git a/site/_config.yml b/site/_config.yml
index 922af4a..346565e 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -38,6 +38,7 @@ baseurl:
 gems:
   - jekyll-feed
   - jekyll-bootstrap-sass
+  - jekyll-jupyter-notebook
 
 bootstrap:
   assets: true