We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fc6b3 commit 63e9c37Copy full SHA for 63e9c37
80_tutorial_actions.ipynb
@@ -42,7 +42,7 @@
42
"metadata": {},
43
"outputs": [],
44
"source": [
45
- "from ghapi import *\n",
+ "from ghapi.all import *\n",
46
"from fastcore.utils import *"
47
]
48
},
@@ -665,6 +665,18 @@
665
"display_name": "Python 3",
666
"language": "python",
667
"name": "python3"
668
+ },
669
+ "language_info": {
670
+ "codemirror_mode": {
671
+ "name": "ipython",
672
+ "version": 3
673
674
+ "file_extension": ".py",
675
+ "mimetype": "text/x-python",
676
+ "name": "python",
677
+ "nbconvert_exporter": "python",
678
+ "pygments_lexer": "ipython3",
679
+ "version": "3.8.0"
680
}
681
682
"nbformat": 4,
0 commit comments