1.0.0 • Published 4 years ago

@osscar/widget_code_input v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

widget-code-input

Build Status codecov

A widget to allow input of a python function, with syntax highlighting

Try it live!

Binder

Installation

You can install using pip:

$ pip install widget_code_input
$ jupyter labextension enbale --py --sys-prefix widget_code_input

For a development installation (requires npm),

$ git clone https://github.com/osscar-org/widget-code-input.git
$ cd widget-code-input
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix widget_code_input
$ jupyter nbextension enable --py --sys-prefix widget_code_input
$ jupyter labextension install .