Skip to content

Commit 1231d62

Browse files
committed
Update URLs
1 parent 253c0ad commit 1231d62

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

2323
A 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

2626
Highly 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

2929
Customize 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

3232
Enjoy 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

3535
Conditional 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

3838
Tutorial 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
6969
For 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
7373
cd ipydatagrid
7474
conda install ipywidgets=8 jupyterlab
7575
pip 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"types": "./lib/index.d.ts",
3131
"repository": {
3232
"type": "git",
33-
"url": "https://github.com/Bloomberg/ipydatagrid"
33+
"url": "https://github.com/jupyter-widgets/ipydatagrid"
3434
},
3535
"scripts": {
3636
"build": "jlpm run build:lib && jlpm run build:nbextension && jlpm run build:labextension",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ optional-dependencies.test = [
4343
"pytest>=7.4",
4444
"pytest-cov>=4.1",
4545
]
46-
urls.Homepage = "https://github.com/bloomberg/ipydatagrid"
46+
urls.Homepage = "https://github.com/jupyter-widgets/ipydatagrid"
4747
project.license = {file = "LICENSE.txt"}
4848

4949
[tool.hatch.build]

0 commit comments

Comments
 (0)