Socket
Socket
Sign inDemoInstall

widget-dropdown

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

widget-dropdown


Maintainers
1

widget-dropdown

PyPI - Version

A Jupyter widget for a dropdown selector that allows for

  • disabling entries (grayed out; unselectable);
  • grouping entries under a title (the title is not selectable).
demo-img

Installation

pip install widget-dropdown

Development installation

Install the python code:

pip install -e .[dev]

You then need to install the JavaScript dependencies and run the development server.

npm install
npm run dev

Open example.ipynb in JupyterLab, VS Code, or your favorite editor to start developing. Changes made in js/ will be reflected in the notebook.

Making a new release

  • Update version in pyproject.toml
  • git add . && git commit -m "vX.Y.Z"
  • Create a corresponding git tag (git tag vX.Y.Z)
  • Push to Github (git push && git push --tags), which will start the Github Action to create a Github Release & publish the new version to PYPI.

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc