Skip to content

Commit

Permalink
Updates with notebooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrennd committed Oct 26, 2014
1 parent 1231a5f commit 7a521d9
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions Import Meta Reviewer Suggestions.ipynb
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:79f3bb5f07ee96043d94c2704282d63e7be257437a14638f3f486172d01f3aca"
"signature": "sha256:65ae527250f818c8e9ecf15964605780966060443cb6921071c0861448c96db7"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down Expand Up @@ -82,8 +82,7 @@
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 16
"outputs": []
},
{
"cell_type": "markdown",
Expand Down Expand Up @@ -150,6 +149,13 @@
"metadata": {},
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Once again we can check users have been loaded from the spreadsheet properly."
]
},
{
"cell_type": "code",
"collapsed": false,
Expand All @@ -160,6 +166,13 @@
"metadata": {},
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"And now we can add them to the data base."
]
},
{
"cell_type": "code",
"collapsed": false,
Expand All @@ -170,6 +183,13 @@
"metadata": {},
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"We can check how many reviewers we've just added who are not currently meta reviewers with the following SQL command."
]
},
{
"cell_type": "code",
"collapsed": false,
Expand Down

0 comments on commit 7a521d9

Please sign in to comment.