Skip to content

Commit 27b8e6d

Browse files
authored
Update CONTRIBUTING.md to include jupyter lab local development instructions
1 parent 6d864c4 commit 27b8e6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ you can install all packages with:
120120
pip install -e '.[dev]'
121121
```
122122

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+
123129
These commands also create an *editable install* of plotly.py
124130
so that you can test your changes iteratively without having to rebuild the plotly.py package explicitly;
125131
for more information please see

0 commit comments

Comments
 (0)