Skip to content

jfbercher/small_nbextensions

Repository files navigation

small_nbextensions

This repo contains some small javascript extensions for IPython/Jupyter notebook. Usually, these extensions will also be uploaded to the main collection https://github.com/ipython-contrib/IPython-notebook-extensions. Extensions include:

exercise, exercise2 and move_selected_cells make use of the rubberband extension which can be installed from this repo using jupyter nbextension install https://rawgit.com/jfbercher/small_nbextensions/master/rubberband.zip.

Of course, do not miss my big extension latex_envs which enables to use some LaTeX structures (eg theorems/itemize/etc) directly in the notebook. It also features automatic numerotation, labels and references, and some support for (bibTeX) bibliography.

Installation In all cases, the extensions can be installed from a zip file available in the repo, using

jupyter nbextension install https://rawgit.com/jfbercher/small_nbextensions/master/name_of_the_extension.zip

and then activated via

jupyter nbextension enable usability/name_of_the_extension//name_of_the_extension

(or maybe main at the end rather than name_of_the_extension for move_selected_cells and rubberband.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published