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: .github/workflows/binder-on-pr.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ jobs:
15
15
script: |
16
16
var PR_HEAD_USERREPO = process.env.PR_HEAD_USERREPO;
17
17
var PR_HEAD_REF = process.env.PR_HEAD_REF;
18
-
github.issues.createComment({
18
+
github.rest.issues.createComment({
19
19
issue_number: context.issue.number,
20
20
owner: context.repo.owner,
21
21
repo: context.repo.repo,
22
-
body: `[](https://mybinder.org/v2/gh/${PR_HEAD_USERREPO}/${PR_HEAD_REF}?urlpath=retro/notebooks/docs/examples/full-example.ipynb) :point_left: Launch a binder notebook on branch _${PR_HEAD_USERREPO}/${PR_HEAD_REF}_`
22
+
body: `[](https://mybinder.org/v2/gh/${PR_HEAD_USERREPO}/${PR_HEAD_REF}?urlpath=notebooks/docs/examples/full-example.ipynb) :point_left: Launch a binder notebook on branch _${PR_HEAD_USERREPO}/${PR_HEAD_REF}_`
Leveraging the Jupyter interactive widgets framework, `ipympl` enables the interactive features of matplotlib in the Jupyter notebook and in JupyterLab.
0 commit comments