Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianhi/widget_contextmenu
https://github.com/ianhi/widget_contextmenu
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ianhi/widget_contextmenu
- Owner: ianhi
- License: bsd-3-clause
- Created: 2020-06-24T20:18:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T00:48:12.000Z (over 4 years ago)
- Last Synced: 2024-11-12T10:48:36.178Z (about 2 months ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```