2장 워터마크 추가

This commit is contained in:
Haesun Park
2018-03-22 10:45:05 +09:00
parent 16d8e89fa0
commit 71ff0e5abb

View File

@@ -1,5 +1,30 @@
{ {
"cells": [ "cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"CPython 3.5.5\n",
"IPython 6.2.1\n",
"\n",
"numpy 1.14.1\n",
"scipy 1.0.0\n",
"sklearn 0.19.1\n",
"pandas 0.22.0\n",
"matplotlib 2.2.0\n"
]
}
],
"source": [
"%load_ext watermark\n",
"%watermark -v -p numpy,scipy,sklearn,pandas,matplotlib"
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},