We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d864c4 commit 27b8e6dCopy full SHA for 27b8e6d
CONTRIBUTING.md
@@ -120,6 +120,12 @@ you can install all packages with:
120
pip install -e '.[dev]'
121
```
122
123
+If you're testing local changes in Jupyter Lab or Jupyter Notebook, you'll want to run:
124
+```bash
125
+pip install jupyter
126
+jupyter labextension develop .
127
+```
128
+
129
These commands also create an *editable install* of plotly.py
130
so that you can test your changes iteratively without having to rebuild the plotly.py package explicitly;
131
for more information please see
0 commit comments