Skip to content

Commit

Permalink
Fixed formatting issue with pip install
Browse files Browse the repository at this point in the history
Fixed formatting issue with pip install
  • Loading branch information
rbbutch committed Jul 29, 2022
1 parent 2ccf407 commit 0b84036
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions use-cases/credit_risk/risk_bucketing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
},
{
"cell_type": "code",
"execution_count": 103,
"execution_count": 136,
"metadata": {},
"outputs": [
{
Expand All @@ -565,19 +565,18 @@
"Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from gap-stat) (1.21.6)\n",
"Requirement already satisfied: scipy in /opt/conda/lib/python3.7/site-packages (from gap-stat) (1.4.1)\n",
"Requirement already satisfied: pandas in /opt/conda/lib/python3.7/site-packages (from gap-stat) (1.0.1)\n",
"Requirement already satisfied: pytz>=2017.2 in /opt/conda/lib/python3.7/site-packages (from pandas->gap-stat) (2019.3)\n",
"Requirement already satisfied: python-dateutil>=2.6.1 in /opt/conda/lib/python3.7/site-packages (from pandas->gap-stat) (2.8.1)\n",
"Requirement already satisfied: pytz>=2017.2 in /opt/conda/lib/python3.7/site-packages (from pandas->gap-stat) (2019.3)\n",
"Requirement already satisfied: six>=1.5 in /opt/conda/lib/python3.7/site-packages (from python-dateutil>=2.6.1->pandas->gap-stat) (1.14.0)\n",
"\u001b[33mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv\u001b[0m\u001b[33m\n",
"\u001b[0m\n",
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip available: \u001b[0m\u001b[31;49m22.1.2\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m22.2\u001b[0m\n",
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n",
"Note: you may need to restart the kernel to use updated packages.\n"
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n"
]
}
],
"source": [
"pip install gap-stat"
"!pip install gap-stat"
]
},
{
Expand Down

0 comments on commit 0b84036

Please sign in to comment.