File size: 976 Bytes
a1271b8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
Type: IPython Notebook Extension
Compatibility: 3.x, 4.x, 5.x
Name: Gist-it
Main: main.js
Description: Adds a button to publish the current notebook as a gist. See the readme for description of the authentication options and relevant parameters.
Link: readme.md
Icon: icon.png
Parameters:
- name: gist_it_personal_access_token
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>.
input_type: text
- name: gist_it_default_to_public
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.
input_type: checkbox
- name: github_endpoint
description: Github endpoint. Defaults to 'github.com'. Change this to publish to your enterprise github endpoint.
input_type: text
default: 'github.com'
|