@eddienko/jupyterlab-colabinspired-codecellbtn
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

@eddienko/jupyterlab-colabinspired-codecellbtn

Binder

A JupyterLab extension for notebook cells that adds a set of buttons to each cell. The following buttons are added:

Most of the code of this extension has been borrowed from @ibqn/jupyterlab-codecellbtn

screenshot

Prerequisites

  • JupyterLab
  • @eddienko/jupyterlab-colabinspired-theme-light

Installation

Note that in order to view the buttons you also need to install a theme:

jupyter labextension install @eddienko/jupyterlab-colabinspired-codecellbtn \
                             @eddienko/jupyterlab-colabinspired-theme-light

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

Package Sidebar

Install

npm i @eddienko/jupyterlab-colabinspired-codecellbtn

Weekly Downloads

1

Version

0.2.0

License

BSD-3-Clause

Unpacked Size

231 kB

Total Files

9

Last publish

Collaborators

  • eddienko