You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

entity-selector-jupyter-widget

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

entity-selector-jupyter-widget

A Jupyter Widget library for selecting entities in text

0.1.6
pipPyPI
Maintainers
1

entity_selector_jupyter_widget

A Jupyter Widget library for selecting entities in text

Installation

To install run:

    $ pip install entity_selector_jupyter_widget
    $ jupyter nbextension enable --py --sys-prefix entity_selector_jupyter_widget

For a development installation (requires npm),

    $ git clone https://gitlab.com/randomunrandom/entity_selector_jupyter_widget.git
    $ cd entity_selector_jupyter_widget
    $ ./dev.sh
    ### it a utilitary script which deactivates virtual environment, creates new and launches jupyter notebook

A development version is available via test.pypi

Usage

See example.py for example of hw to use this extension.

JupyterLab

Due to major differences between the Jupyter Notebook and JupyterLab, the extensions will not work in JupyterLab.

License

It's an open source prject under MIT license

Keywords

ipython

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts