Update readme file

This commit is contained in:
Juergen Hasch
2014-05-10 23:53:27 +02:00
parent e57423230e
commit 6d4809168d
+17 -2
View File
@@ -1,9 +1,24 @@
IPython notebook extensions
===========================
The IPython notebook allows extending the html frontend functionality (i.e. what you do in the Browser) using extensions written in Javascript. This repository contains a collection of such extensions. The maturity of the provided extensions may vary, please create an issue if you encounter any problems.
This repository contains a collection of extensions that add functionality to the IPython notebook.
These extensions are mostly written in Javascript and will be loaded locally in your Browser.
The maturity of the provided extensions may vary, please create an issue if you encounter any problems.
Overview
===========================
The repository is organized in different categories:
| Name | Description |
|------------|-------------|
| usability | Additional functionality for the notebook |
| publishing | Getting your notebooks out into the wild |
| styling | Styling schemes for different looks of the notebook |
| slidemode | Slideshow creation for usw with reveal.js |
| testing | Extensions in a early stage |
Documentation
=============
The extensions are documented in the Wiki. Please take a look [here](https://github.com/ipython-contrib/IPython-notebook-extensions/wiki)