https://github.com/ismms-himc/clustergrammer-widget2-deprecated
https://github.com/ismms-himc/clustergrammer-widget2-deprecated
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ismms-himc/clustergrammer-widget2-deprecated
- Owner: ismms-himc
- License: bsd-3-clause
- Created: 2018-08-25T20:31:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:05:46.000Z (over 2 years ago)
- Last Synced: 2025-03-17T14:43:05.769Z (3 months ago)
- Language: Python
- Size: 38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ******************************
# Deprecation Warning
This Jupyter widget project has been deprecated, please see the https://github.com/ismms-himc/clustergrammer2 repo for the latest version of this project.
# ******************************# clustergrammer_widget2
[](https://travis-ci.org/ismms-himc/clustergrammer_widget2)
[](https://codecov.io/gh/ismms-himc/clustergrammer_widget2)[](https://mybinder.org/v2/gh/ismms-himc/clustergrammer_widget2/master?filepath=examples%2Fintroduction.ipynb)
A Custom Jupyter Widget Library
## Installation
A typical installation requires the following commands to be run:
```bash
pip install clustergrammer_widget2
jupyter nbextension enable --py [--sys-prefix|--user|--system] clustergrammer_widget2
```Or, if you use jupyterlab:
```bash
pip install clustergrammer_widget2
jupyter labextension install @jupyter-widgets/jupyterlab-manager
```