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
+ Update `"version"` to `X.Y.Z` in two places (to avoid dirty repo after rebuild)
46
40
- Commit your changes on the branch:
47
41
+`git commit -a -m "version changes for vX.Y.Z"`
@@ -63,7 +57,7 @@ The `full_build` job in the `release_build` workflow in CircleCI produces a tarb
63
57
64
58
**Note: if any of the version numbers are not simply `X.Y.Z` but include some kind of git hash, then this is a dirty build and you'll need to clean up whatever is dirtying the tree and follow the instructions above to trigger the build again.** (That said, you can do QA on dirty builds, you just can't publish them.)
65
59
66
-
To locally install the PyPI dist, make sure you have an environment with JupyterLab 3 installed (maybe one created with `conda create -n condatest python=3.10 jupyterlab ipywidgets pandas`):
60
+
To locally install the PyPI dist, make sure you have an environment with JupyterLab installed (maybe one created with `conda create -n condatest python=3.10 jupyter anywidget pandas`):
67
61
68
62
-`tar xzf output.tgz`
69
63
-`pip uninstall plotly`
@@ -76,8 +70,6 @@ To locally install the Conda dist (generally do this in a different, clean envir
It's more complicated to locally install the NPM bundle, as you'll need to have a JupyterLab 2 environment installed... Undocumented for now :see_no_evil:.
80
-
81
73
You'll want to check, in both Lab and Notebook, **in a brand new notebook in each** so that there is no caching of previous results, that `go.Figure()` and `go.FigureWidget()` work without error.
82
74
83
75
If something is broken, you'll need to fix it and trigger the build again (see above section).
0 commit comments