Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osscar-org/widget-jsmol
https://github.com/osscar-org/widget-jsmol
jmol jsmol jupyter jupyterlab jupyterlab-extension widget
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/osscar-org/widget-jsmol
- Owner: osscar-org
- License: bsd-3-clause
- Created: 2020-02-26T13:24:30.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-10T23:09:30.000Z (almost 2 years ago)
- Last Synced: 2024-12-18T19:02:55.294Z (about 1 month ago)
- Topics: jmol, jsmol, jupyter, jupyterlab, jupyterlab-extension, widget
- Language: Python
- Size: 363 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# widget-jsmol
A Jupyter widget to use Jmol/Jsmol.
## Try it on Binder
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/osscar-org/widget-jsmol/develop?urlpath=%2Fvoila%2Frender%2Fexamples%2Fintroduction.ipynb)
## Installation
You can install using `pip`:
```bash
pip install widget_jsmol
```Or if you use jupyterlab:
```bash
pip install widget_jsmol
jupyter labextension install @osscar/widget_jsmol
```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_jsmol
```## [Usage of this widget ](./USAGE.md)
# Acknowledgements
We acknowledge support from the EPFL Open Science Fund via the [OSSCAR](http://www.osscar.org) project.