You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Contributing
2
2
3
-
Thank you for your interest in contributing to plotly.py! We are actively looking for
3
+
Thank you for your interest in contributing to Plotly.py! We are actively looking for
4
4
diverse contributors, with diverse background and skills.
5
5
6
6
This guide starts with a general description of the different ways to contribute
7
-
to plotly.py, then we explain some technical aspects of preparing your
7
+
to Plotly.py, then we explain some technical aspects of preparing your
8
8
contribution.
9
9
10
10
## Code of Conduct
@@ -14,7 +14,7 @@ but the general idea is to be nice.
14
14
15
15
## What are the different ways to contribute?
16
16
17
-
There are many ways to contribute to plotly.py. To contribute effectively, it is important to first gain an understanding of the structure of the code and of the repository.
17
+
There are many ways to contribute to Plotly.py. To contribute effectively, it is important to first gain an understanding of the structure of the code and of the repository.
18
18
19
19
-[the `plotly.graph_objects` module](https://plotly.com/python/graph-objects/) (usually imported as `go`)
20
20
is [generated from the Plotly.js schema](https://plotly.com/python/figure-structure/),
@@ -79,7 +79,7 @@ also contribute to the project by
79
79
80
80
- helping other users on the [community forum](https://community.plot.ly/).
81
81
Join the list of [nice people](https://community.plot.ly/u) helping other
82
-
plotly users :-).
82
+
Plotly users :-).
83
83
84
84
We also recommend reading the great
85
85
[how to contribute to open source](https://opensource.guide/how-to-contribute/)
@@ -93,7 +93,7 @@ Open an issue! Go to https://github.com/plotly/plotly.py/issues. It's possible t
93
93
94
94
Check out our Community Forum: https://community.plot.ly/.
95
95
96
-
## Want to improve the plotly documentation?
96
+
## Want to improve the Plotly documentation?
97
97
98
98
Thank you! Instructions on how to contribute to the documentation are given [here](doc/README.md). Please also read the next section if you need to setup a development environment.
99
99
@@ -121,16 +121,16 @@ cd plotly.py
121
121
Note: if you're just getting started with git, there exist great resources to
122
122
learn and become confident about git, like http://try.github.io/.
123
123
124
-
### Create a virtual environment for plotly development
124
+
### Create a virtual environment for Plotly development
125
125
126
-
You can use either [conda][conda-env] or [virtualenv][virtualenv] to create a virtual environment for plotly development, e.g.:
126
+
You can use either [conda][conda-env] or [virtualenv][virtualenv] to create a virtual environment for Plotly development, e.g.:
127
127
128
128
```bash
129
129
conda create -n plotly-dev python=3.11
130
130
conda activate plotly-dev
131
131
```
132
132
133
-
As of May 2024 our dependencies have been tested against Python versions 3.8 to 3.11.
133
+
As of June 2025, Plotly is tested against Python versions 3.8 to 3.13.
134
134
We will support Python 3.12 and higher versions soon.
0 commit comments