diff --git a/README.md b/README.md index a4cf2f10c..2ac1d5bf7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ The Jupyter notebook is a web-based notebook environment for interactive computing. +![Jupyter notebook example](docs/resources/running_code.png "Jupyter notebook example") + ## Installation Detailed [user installation information](http://jupyter-notebook.readthedocs.org/en/latest) can be found on ReadTheDocs. diff --git a/docs/resources/notebook_basics.png b/docs/resources/notebook_basics.png new file mode 100644 index 000000000..d75ce11fe Binary files /dev/null and b/docs/resources/notebook_basics.png differ diff --git a/docs/resources/running_code.png b/docs/resources/running_code.png new file mode 100644 index 000000000..c74ee403f Binary files /dev/null and b/docs/resources/running_code.png differ