Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate 10 minutes to Koalas as documentation (databricks#853)
This PR adds our "10 minutes to Koalas" into official documentation. This [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/HyukjinKwon/koalas/generate-10min-page?filepath=docs%2Fsource%2Fgetting_started%2F10min.ipynb) has the changes made in this PR. 1. In notebook, `...` and `>>>` are removed now. I initially wanted to use `pandoc` right away but it couldn't the output properly. Instead, I used `nbsphinx` that uses `nbconvert` which uses `pandoc`. With `nbsphinx`, `...` and `>>>` are rendered properly (with `ipython` directive). 2. Sphinx extension `IPython.sphinxext.ipython_console_highlighting` and `ipython` dependency were added in order to recognise `ipython3` directive with reStructuredText files and Sphinx. 3. Added the link to Jupyter notebook (Binder) to the tutorial itself.
- Loading branch information