Skip to content

Commit b03f0db

Browse files
Merge pull request #3213 from plotly/jsrc2
bumping to JS 2.0.0 RC 2
2 parents 9a55018 + 0895266 commit b03f0db

File tree

7,685 files changed

+75859
-95449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,685 files changed

+75859
-95449
lines changed

Diff for: contributing.md

+2-15
Original file line numberDiff line numberDiff line change
@@ -166,19 +166,6 @@ and
166166
[`pip`](https://pip.pypa.io/en/stable/reference/pip_install/#install-editable)
167167
documentation on _development mode_.
168168

169-
### ipywidgets development install
170-
171-
Run the following commands in your virtual environment to use the
172-
development version of `FigureWidget`,
173-
```bash
174-
(plotly_dev) $ jupyter nbextension enable --py widgetsnbextension
175-
(plotly_dev) $ jupyter nbextension install --py --symlink --sys-prefix plotlywidget
176-
(plotly_dev) $ jupyter nbextension enable --py --sys-prefix plotlywidget
177-
```
178-
To make plotly plots show up in JupyterLab, you also need to [install the plotly jupyterlab extensions][plotly-jl].
179-
180-
[plotly-jl]: https://plot.ly/python/getting-started/#jupyterlab-support-python-35
181-
182169
### Configure black code formatting
183170

184171
This repo uses the [Black](https://black.readthedocs.io/en/stable/) code formatter,
@@ -224,7 +211,7 @@ make that pull request!
224211

225212

226213
## Update to a new version of Plotly.js
227-
First update the version of the `plotly.js` dependency in `packages/javascript/plotlywidget/package.json`.
214+
First update the version of the `plotly.js` dependency in `packages/javascript/jupyterlab-plotly/package.json`.
228215

229216
Then run the `updateplotlyjs` command with:
230217

@@ -238,7 +225,7 @@ the `plotly/plotly.js` GitHub repository (and place them in
238225
`plotly/package_data`). It will then regenerate all of the `graph_objs`
239226
classes based on the new schema.
240227

241-
For dev branches, it is also possible to use `updateplotlyjsdev --devrepo reponame --devbranch branchname` to update to development versions of `plotly.js`. This will fetch the `plotly.js` in the CircleCI artifact of the branch `branchname` of the repo `reponame`. If `--devrepo` or `--devbranch` are omitted, `updateplotlyjsdev` defaults using `plotly/plotly.js` and `master` respectively.
228+
For dev branches, it is also possible to use `updateplotlyjsdev --devrepo reponame --devbranch branchname` to update to development versions of `plotly.js`. This will fetch the `plotly.js` in the CircleCI artifact of the branch `branchname` of the repo `reponame`. If `--devrepo` or `--devbranch` are omitted, `updateplotlyjsdev` defaults using `plotly/plotly.js` and `master` respectively.
242229

243230
## Testing
244231

Diff for: doc/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ networkx
1818
squarify
1919
scikit-image==0.18.1
2020
scikit-learn
21-
sphinx
21+
sphinx==3.5.4
2222
sphinx_bootstrap_theme
2323
recommonmark
2424
pathlib

0 commit comments

Comments
 (0)