Skip to content

Commit

Permalink
Set url to ianhi/custom-ipywidget-howto for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Mar 16, 2021
1 parent 1f63b32 commit 0013ce9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Custom Jupyter Widgets by Example

[![Github Actions Status](https://github.com/jupyter-widgets/widget-examples/workflows/CI/badge.svg)](https://github.com/jupyter-widgets/widget-examples/actions?query=workflow%3ACI)
[![Github Actions Status](https://github.com/ianhi/custom-ipywidget-howto/workflows/CI/badge.svg)](https://github.com/ianhi/custom-ipywidget-howto/actions?query=workflow%3ACI)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab/extension-examples/master?urlpath=lab)

The goal of this repository is to show how to develop custom [Jupyter Widgets](https://github.com/jupyter-widgets/widget-examples), presented as short tutorial series.
The goal of this repository is to show how to develop custom [Jupyter Widgets](https://github.com/ianhi/custom-ipywidget-howto), presented as short tutorial series.

## What and why

Expand All @@ -13,7 +13,7 @@ Documentation on how to make a custom jupyter widget. The docs are currently pre

```bash
# clone the repository
git clone https://github.com/jupyter-widgets/widget-examples.git jupyter-widget-examples
git clone https://github.com/ianhi/custom-ipywidget-howto.git jupyter-widget-examples
```

## Develop by Examples
Expand Down
2 changes: 1 addition & 1 deletion hello-world/docs/source/develop-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Developer install
To install a developer version of hello_world, you will first need to clone
the repository::

git clone https://github.com/jupyter-widgets/widget-examples
git clone https://github.com/ianhi/custom-ipywidget-howto
cd hello-world

Next, install it with a develop install using pip::
Expand Down
6 changes: 3 additions & 3 deletions hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"dist/*.js",
"css/*.css"
],
"homepage": "https://github.com/jupyter-widgets/widget-examples",
"homepage": "https://github.com/ianhi/custom-ipywidget-howto",
"bugs": {
"url": "https://github.com/jupyter-widgets/widget-examples/issues"
"url": "https://github.com/ianhi/custom-ipywidget-howto/issues"
},
"license": "BSD-3-Clause",
"author": {
Expand All @@ -26,7 +26,7 @@
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/jupyter-widgets/widget-examples"
"url": "https://github.com/ianhi/custom-ipywidget-howto"
},
"scripts": {
"build": "yarn run build:lib && yarn run build:nbextension && yarn run build:labextension:dev",
Expand Down
2 changes: 1 addition & 1 deletion hello-world/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
packages = find_packages(),
author = 'Project Jupyter',
author_email = '[email protected]',
url = 'https://github.com/jupyter-widgets/widget-examples',
url = 'https://github.com/ianhi/custom-ipywidget-howto',
license = 'BSD',
platforms = "Linux, Mac OS X, Windows",
keywords = ['Jupyter', 'Widgets', 'IPython'],
Expand Down

0 comments on commit 0013ce9

Please sign in to comment.