File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ shinywidgets
2
2
================
3
3
4
4
Render [ ipywidgets] ( https://ipywidgets.readthedocs.io/en/stable/ ) inside a
5
- [ Shiny] ( https://pyshiny.netlify.app/ ) app.
5
+ [ Shiny] ( https://shiny.rstudio.com/py ) app.
6
6
7
7
## Installation
8
8
@@ -213,7 +213,7 @@ run entirely in the browser). [py-shinylive](https://github.com/rstudio/py-shiny
213
213
214
214
In some cases, the package(s) that you want to use may not come pre-bundled with
215
215
` {shinywidgets} ` ; and in that case, you can [ include a ` requirements.txt `
216
- file] ( https://pyshiny.netlify.app /examples/#extra-packages ) to pre-install those other
216
+ file] ( https://shinylive.io/py /examples/#extra-packages ) to pre-install those other
217
217
packages
218
218
219
219
## Troubleshooting
Original file line number Diff line number Diff line change @@ -19,7 +19,10 @@ classifiers =
19
19
Programming Language :: Python :: 3.8
20
20
Programming Language :: Python :: 3.9
21
21
Programming Language :: Python :: 3.10
22
-
22
+ project_urls =
23
+ Bug Tracker = https://github.com/rstudio/py-shinywidgets/issues
24
+ Documentation = https://github.com/rstudio/py-shinywidgets/
25
+ Source Code = https://github.com/rstudio/py-shinywidgets/
23
26
24
27
[options]
25
28
python_requires = >=3.7
You can’t perform that action at this time.
0 commit comments