GithubHelp home page GithubHelp logo

mistasse / notebook-extensions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from calysto/notebook-extensions

0.0 1.0 0.0 465 KB

Javascript extensions for Jupyter

License: BSD 2-Clause "Simplified" License

JavaScript 98.86% CSS 1.14%

notebook-extensions's Introduction

Notebook-extensions

This repository contains several Javascript extensions for Jupyter:

  • Cell tools: Two column and tabbed modes for input/output of notebook cells
  • Document tools:
    • Sections: Move whole sections up and down, number sections.
    • Create table of contents (TOC) and create references/citations
  • Spell check: spell check for markdown cells
  • Annotate: temporary drawing annotation layer

User notebook sharing:

  • Publish: publish your notebook, by copying it to a certain directory (requires jupyterhub)
  • Submit: copies notebook to instructor (requires jupyerhub)

These extensions were once part of the Calico project.

Install

First download this collection and cd into the folder (here, dollar-sign represents the shell prompt):

$ wget https://github.com/Calysto/notebook-extensions/archive/master.zip
$ unzip master.zip
$ cd notebook-extensions-master
OR:
$ git clone https://github.com/Calysto/notebook-extensions.git
$ cd notebook-extensions

Next, install them into --system, --sys-prefix, or --user:

jupyter nbextension install calysto --user

And finally, enable the extensions you want:

jupyter nbextension enable calysto/document-tools/main
jupyter nbextension enable calysto/cell-tools/main
jupyter nbextension enable calysto/spell-check/main
jupyter nbextension enable calysto/publish/main
jupyter nbextension enable calysto/submit/main
jupyter nbextension enable calysto/annotate/main

To check their status:

jupyter nbextension list

When you now open or reload a notebook, it should load the extensions.

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.