Skip to content

Commit

Permalink
add basic
Browse files Browse the repository at this point in the history
  • Loading branch information
staeiou committed Aug 3, 2016
1 parent bc7bab9 commit 980f972
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions examples/basic_imports.ipynb
@@ -0,0 +1,56 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"IPywidgets and ipyleaflet support enabled.\n"
]
}
],
"source": [
"import getorg\n",
"from github import Github\n",
"import ghlogin\n",
"gh = Github(login_or_token=ghlogin.gh_key)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.1"
}
},
"nbformat": 4,
"nbformat_minor": 1
}

0 comments on commit 980f972

Please sign in to comment.