File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ the structure of the code and of the repository.
64
64
https://github.com/plotly/plotly.py/issues/1965 . If you have writing skills,
65
65
the wording of existing examples can also be improved in places.
66
66
67
- Contributing code or documentation are not the only way to contribute! You can
67
+ Contributing code or documentation is not the only way to contribute! You can
68
68
also contribute to the project by
69
69
70
70
- reporting bugs (see below).
@@ -151,7 +151,12 @@ complete installation and avoid gdal-config errors.
151
151
```
152
152
This will ensure that the installed packages links to your local development
153
153
directory, meaning that all changes you make reflect directly in your
154
- environment (don't forget to restart the Jupyter kernel though!).
154
+ environment (don't forget to restart the Jupyter kernel though!). For more
155
+ information see the
156
+ [ ` setuptools ` ] ( https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode )
157
+ and
158
+ [ ` pip ` ] ( https://pip.pypa.io/en/stable/reference/pip_install/#install-editable )
159
+ documentation on _ development mode_ .
155
160
156
161
### ipywidgets development install
157
162
Original file line number Diff line number Diff line change 25
25
26
26
## code formatting
27
27
pre-commit
28
+ black
28
29
29
30
## codegen dependencies ##
30
31
inflect
Original file line number Diff line number Diff line change 39
39
colors ,
40
40
io ,
41
41
data ,
42
- colors ,
43
42
)
44
43
from plotly .version import __version__
45
44
51
50
"colors" ,
52
51
"io" ,
53
52
"data" ,
54
- "colors" ,
55
53
"__version__" ,
56
54
]
57
55
71
69
".colors" ,
72
70
".io" ,
73
71
".data" ,
74
- ".colors" ,
75
72
],
76
73
[".version.__version__" ],
77
74
)
You can’t perform that action at this time.
0 commit comments