You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/jupyter_contrib_nbextensions/nbextensions/gist_it/gist_it.yaml

19 lines
976 B

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'