Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ianhi/widget_contextmenu


https://github.com/ianhi/widget_contextmenu

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# widget_contextmenu

[![Build Status](https://travis-ci.org//widget_contextmenu.svg?branch=master)](https://travis-ci.org//widget_contextmenu)
[![codecov](https://codecov.io/gh//widget_contextmenu/branch/master/graph/badge.svg)](https://codecov.io/gh//widget_contextmenu)

contextmenu test

## Installation

You can install using `pip`:

```bash
pip install widget_contextmenu
```

Or if you use jupyterlab:

```bash
pip install widget_contextmenu
jupyter labextension install @jupyter-widgets/jupyterlab-manager
```

If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable
the nbextension:
```bash
jupyter nbextension enable --py [--sys-prefix|--user|--system] widget_contextmenu
```