mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-09-12 12:31:30 +08:00
Update readme file
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user