Socket
Socket
Sign inDemoInstall

gradio-molgallery3d

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gradio-molgallery3d

A Gradio component designed for displaying an interactive gallery of 3D molecular structures.


Maintainers
1

gradio_molgallery3d

A Gradio component designed for displaying an interactive gallery of 3D molecular structures. It is designed to accept inputs consisting of RDKit objects.

Installation

This component can be installed through pip:

pip install gradio_molgallery3d

Example usage

import gradio as gr
from gradio_molgallery import MolGallery3D

gallery3d = MolGallery3D(columns=5, height=1000, label="3D Interactive Structures", automatic_rotation=True)

Features

  • When the automatic_rotation parameter is set to True, the molecular structures rotate automatically.
  • Clicking the right mouse button on the 3D structure allows you to download the image as a .png file.

Known Issues

  • Web browsers typically impose limits on the number of canvas objects that can be displayed on a single page, which may result in some structures not being drawn. The specific limitations vary depending on the browser. More details: [1, 2]

Information

For any questions and comments, contact Davide Rigoni.

Licenze

GPL-3.0

Keywords

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc