11# ipydatagrid
22
3- [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/bloomberg /ipydatagrid/HEAD?urlpath=lab%2Ftree%2Fexamples%2FDataGrid.ipynb )
3+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyter-widgets /ipydatagrid/HEAD?urlpath=lab%2Ftree%2Fexamples%2FDataGrid.ipynb )
44[ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white )] ( https://github.com/pre-commit/pre-commit )
55[ ![ code style: prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square )] ( https://github.com/prettier/prettier )
66[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
@@ -21,19 +21,19 @@ Fast Datagrid widget for the Jupyter Notebook and JupyterLab
2121## Usage and Examples
2222
2323A fully-featured DataGrid interface
24- [ ![ DataGrid] ( ./static/ipydatagrid_1.gif )] ( https://github.com/bloomberg /ipydatagrid/blob/main/examples/DataGrid.ipynb )
24+ [ ![ DataGrid] ( ./static/ipydatagrid_1.gif )] ( https://github.com/jupyter-widgets /ipydatagrid/blob/main/examples/DataGrid.ipynb )
2525
2626Highly performant and fully integrated with ipywidgets
27- [ ![ DataGrid] ( ./static/ipydatagrid_2.gif )] ( https://github.com/bloomberg /ipydatagrid/blob/main/examples/DataGrid.ipynb )
27+ [ ![ DataGrid] ( ./static/ipydatagrid_2.gif )] ( https://github.com/jupyter-widgets /ipydatagrid/blob/main/examples/DataGrid.ipynb )
2828
2929Customize the way data is represented in your grid using a variety of renderers
30- [ ![ DataGrid] ( ./static/ipydatagrid_3.gif )] ( https://github.com/bloomberg /ipydatagrid/blob/main/examples/DataGrid.ipynb )
30+ [ ![ DataGrid] ( ./static/ipydatagrid_3.gif )] ( https://github.com/jupyter-widgets /ipydatagrid/blob/main/examples/DataGrid.ipynb )
3131
3232Enjoy a sophisticated selections model with two-way data binding
33- [ ![ DataGrid] ( ./static/ipydatagrid_4.gif )] ( https://github.com/bloomberg /ipydatagrid/blob/main/examples/Selections.ipynb )
33+ [ ![ DataGrid] ( ./static/ipydatagrid_4.gif )] ( https://github.com/jupyter-widgets /ipydatagrid/blob/main/examples/Selections.ipynb )
3434
3535Conditional formatting powered by Vega Expressions
36- [ ![ DataGrid] ( ./static/ipydatagrid_5.gif )] ( https://github.com/bloomberg /ipydatagrid/blob/main/examples/ConditionalFormatting.ipynb )
36+ [ ![ DataGrid] ( ./static/ipydatagrid_5.gif )] ( https://github.com/jupyter-widgets /ipydatagrid/blob/main/examples/ConditionalFormatting.ipynb )
3737
3838Tutorial and example notebooks can be found in the ` /examples ` directory.
3939
@@ -69,7 +69,7 @@ NOTE: For examples using Scales from bqplot to work as intended, the bqplot note
6969For a development installation:
7070
7171``` bash
72- git clone https://github.com/Bloomberg /ipydatagrid.git
72+ git clone https://github.com/jupyter-widgets /ipydatagrid.git
7373cd ipydatagrid
7474conda install ipywidgets=8 jupyterlab
7575pip install -ve .
@@ -117,7 +117,7 @@ Please read the [LICENSE](LICENSE.txt) file.
117117
118118## Code of Conduct
119119
120- This project has adopted a [ Project Jupyter's Code of Conduct] ( https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md ) bloo .
120+ This project has adopted a [ Project Jupyter's Code of Conduct] ( https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md ) .
121121
122122## Security Vulnerability Reporting
123123
0 commit comments