Fast Datagrid widget for the Jupyter Notebook and JupyterLab
Project description
ipydatagrid
Fast Datagrid widget for the Jupyter Notebook and JupyterLab
Menu
- Installation
- Development installation
- Usage and Examples
- Contributions
- License
- Code of Conduct
- Security Vulnerability reporting
Installation
You can install ipydatagrid
using pip
or conda
:
Using pip
:
pip install ipydatagrid
Using conda
:
conda install ipydatagrid
To enable ipydatagrid
with JupyterLab:
jupyter labextension install @jupyter-widgets/jupyterlab-manager ipydatagrid
If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:
jupyter nbextension enable --py [--sys-prefix|--user|--system] ipydatagrid
NOTE: For examples using Scales from bqplot to work as intended, the bqplot notebook and lab extensions must be installed as well. See the bqplot repo for installation instructions:
Development installation
For a development installation:
git clone https://github.com/Bloomberg/ipydatagrid.git
cd ipydatagrid
pip install -e ".[dev]"
Enabling development install for Jupyter notebook:
jupyter nbextension install --py --symlink --sys-prefix ipydatagrid
jupyter nbextension enable --py --sys-prefix ipydatagrid
Enabling development install for JupyterLab:
jupyter labextension develop . --overwrite
Note for developers: the --symlink
argument on Linux or OS X allows one to modify the JavaScript code in-place. This feature is not available with Windows.
`
Usage and Examples
Tutorial and example notebooks can be found in the /examples
directory.
Contributions
We :heart: contributions.
Have you had a good experience with this project? Why not share some love and contribute code, or just let us know about any issues you had with it?
We welcome issue reports here; be sure to choose the proper issue template for your issue, so that we can be sure you're providing the necessary information.
Before sending a Pull Request, please make sure you read our Contribution Guidelines.
License
Please read the LICENSE file.
Code of Conduct
This project has adopted a Code of Conduct. If you have any concerns about the Code, or behavior which you have experienced in the project, please contact us at opensource@bloomberg.net.
Security Vulnerability Reporting
If you believe you have identified a security vulnerability in this project, please send email to the project team at opensource@bloomberg.net, detailing the suspected issue and any methods you've found to reproduce it.
Please do NOT open an issue in the GitHub repository, as we'd prefer to keep vulnerability reports private until we've had an opportunity to review and address them.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for ipydatagrid-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc2f58ce24100f25e69677f23913663a928c524897c13f626c0f722af7abfd97 |
|
MD5 | 37aa8f4510dad44848365774e40bb155 |
|
BLAKE2b-256 | fe1fe1ecf4abb0d2b32653c6b008072d8a5732561e89dae36edef9a1ccc16155 |