Code Monkey home page Code Monkey logo

jupyter-notebook-extensions's Introduction

Jupyter Notebook Extensions

Jupyter notebook extensions are simple add-ons that extend the functionality of Jupyter Notebooks.

They can be installed with

pip install jupyter_contrib_nbextensions
jupyter contrib nbextensions install

This will install a collection of extensions from here

Article on extensions

Writing Your Own Extensions

It's possible to write your own extensions to add anything you can think of to Jupyter Notebooks. The documentation is scarce, but try looking through some of the other examples to get the basics. Here's the extent of the existing documentation.

The point of this repository is to develop new Jupyter Notebook extensions. Any of the extensions here should be added to the nbextensions subdirectory of the jupyter_contrib_nbextensions library installed with pip. Youd can find the location of the library using pip show jupyter_contrib_nbextensions.

For example, I place the new extensions at /usr/local/lib/python3.6/site-packages/jupyter_contrib_nbextensions/nbextensions

Each extension has three parts: name.yaml file with configuration, README.md with documentation, and main.js with the Javascript code.

Feel free to contribute your own extensions or add on to those available here.

jupyter-notebook-extensions's People

Contributors

willkoehrsen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.