Giter Club home page Giter Club logo

ipython-notebook-extensions's Introduction

Jupyter notebook extensions

This repository contains a collection of extensions that add functionality to the Jupyter notebook. These extensions are mostly written in Javascript and will be loaded locally in your Browser.

The IPython-contrib repository is maintained independently by a group of users and developers and not officially related to the IPython development team.

The maturity of the provided extensions may vary, please create an issue if you encounter any problems.

IPython/Jupyter version support

Version Description
IPython 1.x not supported
IPython 2.x checkout 2.x branch
IPython 3.x checkout 3.x branch
Jupyter 4.x checkout master branch

There are different branches of the notebook extensions in this repository. Please make sure you use the branch corresponding to your IPython/Jupyter version.

Documentation

In the 4.x Jupyter repository, all extensions that are maintained and active have a markdown readme file for documentation and a yaml file to allow them being configured using the 'nbextensions' server extension.

Extensions

For older releases (2.x and 3.x), and for general installation information, look at the Wiki

Some extensions are not documented. We encourage you to add documentation for them.

Installation

pip-install: As an experimental feature, it is now possible to install the collection of Jupyter extensions using pip, from the current master: Usage: enter

pip install https://github.com/ipython-contrib/IPython-notebook-extensions/archive/master.zip --user
  • verbose mode can be enabled with -v switch eg pip -v install ...
  • upgrade with a --upgrade.
  • A system install can be done by omitting the --user switch.

After installation, simply go to the /nbextensions/ page in the notebook to activate/deactivate your notebook extensions.

Since this installation procedure is still experimental, please make an issue if needed.

install from a cloned repo: You can clone the repo by

git clone https://github.com/ipython-contrib/IPython-notebook-extensions.git

Then, if you want to install the extensions as local user, simply run setup.py install.

After installation, simply go to the /nbextensions/ page in the notebook to activate/deactivate your notebook extensions.

For more complex installation scenarios, please look up the documentation for installing notebook extensions, server extensions, pre/postprocessors, and templates at the Jupyter homepage http://www.jupyter.org

More information can also be found in the Wiki

setup.py

This is the installation script that installs the notebook extensions for your local user. It will

  1. find your local configuration directories
  2. install files from the following directories:
  • extensions - Python files like server extensions, pre- and postprocessors
  • nbextensions - notebook extensions, typically each extension has it's own directory
  • templates - jinja and html templates used by the extensions
  1. update nbconvert configuration (.py and .json) to load custom templates and pre-/postprocessors
  2. update notebook configuration (.py and .json) to load server extensions, custom templates and pre-/postprocessors

Important: The installation script will overwrite files without asking. It will not delete files that do not belong to the repository. It will also not delete your Jupyter configuration.

Notebook extension structure

Each notebook extension typically has it's own directory containing:

  • thisextension/main.js - javascript implementing the extension
  • thisextension/main.css - optional CSS
  • thisextension/readme.md- readme file describing the extension in markdown format
  • thisextension/config.yaml - file describing the extension to the nbconfig server extension

ipython-notebook-extensions's People

Contributors

andyneff avatar baldwint avatar bjanssen avatar carreau avatar cdknorow avatar cel4 avatar damianavila avatar davidovitch avatar dbarbeau avatar haobibo avatar idichekop avatar jankatins avatar jcb91 avatar jcjaskula avatar jfbercher avatar jonasrauber avatar jonnybaik avatar juhasch avatar kevin-mcisaac avatar kinverarity1 avatar kukanya avatar kyrre avatar lucasb-eyer avatar m7thon avatar matthew-brett avatar minrk avatar motleytech avatar slonik-az avatar yaniv256 avatar zach-hartwig avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.