insert_github_config¶
-
nbreport.userconfig.
insert_github_config
(config, username, token, token_note=None)¶ Insert a
github
field into the configuration data with GitHub authentication information (username and personal access token).Parameters: Returns: - config :
ruamel.yaml.comments.CommentedMap
The configuration data, as a native
ruamel.yaml
map type.
- config :