File tree 2 files changed +8
-2
lines changed
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.
157
157
(plotly_dev) $ pip install -e packages/python/chart-studio/
158
158
(plotly_dev) $ pip install -e packages/python/plotly-geo/
159
159
```
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
161
168
directory, meaning that all changes you make reflect directly in your
162
169
environment (don't forget to restart the Jupyter kernel though!). For more
163
170
information see the
Original file line number Diff line number Diff line change 7
7
8
8
## retrying requests ##
9
9
tenacity >= 6.2.0
10
- anywidget >= 0.9.0
You can’t perform that action at this time.
0 commit comments