File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,14 @@ complete installation and avoid gdal-config errors.
157157(plotly_dev) $ pip install -e packages/python/chart-studio/
158158(plotly_dev) $ pip install -e packages/python/plotly-geo/
159159```
160- This will ensure that the installed packages links to your local development
160+
161+ ** Note** : To test ` go.FigureWidget ` locally, you'll need to generate the javascript bundle as follows:
162+ ```
163+ cd packages/python/plotly/js
164+ npm install && npm run build
165+ ```
166+
167+ Running ` pip install -e ` will ensure that the installed packages links to your local development
161168directory, meaning that all changes you make reflect directly in your
162169environment (don't forget to restart the Jupyter kernel though!). For more
163170information see the
Original file line number Diff line number Diff line change 77
88## retrying requests ##
99tenacity >= 6.2.0
10- anywidget >= 0.9.0
You can’t perform that action at this time.
0 commit comments