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: src/jupyter_contrib_nbextensions/nbextensions/gist_it/gist_it.yaml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,12 @@ Link: readme.md
7
7
Icon: icon.png
8
8
Parameters:
9
9
- name: gist_it_personal_access_token
10
-
description: (optional) Github personal access token.
10
+
description: Github personal access token. To write gists on a user's behalf, you need a token with the <a href="https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/">gist OAuth scope</a>.
11
11
input_type: text
12
12
- name: gist_it_default_to_public
13
13
description: Gists default to public. If using a personal access token, gists will default to private. Set this to have them default to being public instead.
14
14
input_type: checkbox
15
+
- name: github_endpoint
16
+
description: Github endpoint. Defaults to 'github.com'. Change this to publish to your enterprise github endpoint.
0 commit comments