Skip to content

Commit

Permalink
Remove unused lines/files
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar6echo committed Dec 10, 2017
1 parent 5eaaadb commit 547ce6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 44 deletions.
28 changes: 0 additions & 28 deletions README.rst

This file was deleted.

22 changes: 6 additions & 16 deletions create_api_json.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,17 @@
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"metadata": {},
"outputs": [],
"source": [
"import warnings\n",
"warnings.filterwarnings(\"ignore\", module=\"matplotlib\")\n",
"\n",
"import os, sys\n",
"import pandas as pd\n"
"import pandas as pd"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": false,
"scrolled": false
},
"outputs": [
Expand Down Expand Up @@ -567,9 +561,7 @@
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"collapsed": false
},
"metadata": {},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -676,9 +668,7 @@
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"collapsed": false
},
"metadata": {},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -783,9 +773,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
"version": "3.6.1"
}
},
"nbformat": 4,
"nbformat_minor": 0
"nbformat_minor": 1
}

0 comments on commit 547ce6f

Please sign in to comment.