{"id":390,"date":"2019-07-03T15:51:08","date_gmt":"2019-07-03T06:51:08","guid":{"rendered":"http:\/\/www.bluebee.co.kr\/?p=390"},"modified":"2019-07-03T16:58:58","modified_gmt":"2019-07-03T07:58:58","slug":"tensorflow-on-anaconda3-5-2-0","status":"publish","type":"post","link":"http:\/\/www.bluebee.co.kr\/?p=390","title":{"rendered":"TensorFlow on Anaconda3 5.2.0"},"content":{"rendered":"<ol>\n<li>\uc544\ub098\ucf58\ub2e4 \uc124\uce58 :\u00a0https:\/\/repo.continuum.io\/archive\/index.html\n<ol>\n<li>Anaconda3-5.2.0-Windows-x86_64.exe (python 3.6.5) \uad00\ub9ac\uc790 \uad8c\ud55c\uc73c\ub85c \uc124\uce58 \ud6c4 \ud655\uc778<\/li>\n<li>\n<pre class=\"prettyprint\">&gt; conda --version\r\nconda 4.5.4\r\n\r\n&gt; python --version\r\nPython 3.6.5 :: Anaconda ,Inc.<\/pre>\n<\/li>\n<\/ol>\n<\/li>\n<li>\u00a0Anaconda Prompt \uad00\ub9ac\uc790 \uc2e4\ud589 \ud6c4 \uc5c5\ub370\uc774\ud2b8\n<ol>\n<li>\n<pre class=\"prettyprint\">&gt; conda update -n base conda\r\n&gt; conda update --all\r\n&gt; python -m pip install --upgrade pip\r\n<\/pre>\n<\/li>\n<\/ol>\n<\/li>\n<li>\uc544\ub098\ucf58\ub2e4 \uac00\uc0c1\ud658\uacbd \uad6c\uc131\n<ol>\n<li>\n<pre class=\"prettyprint\">&gt; conda create -n bluebee1 python=3.6\r\n&gt; conda activate bluebee1\r\nbase\ub85c \ub3cc\uc544\uc624\ub824\uba74..\r\n&gt; conda deactivate\r\n<\/pre>\n<\/li>\n<\/ol>\n<\/li>\n<li>\uac00\uc0c1\ud658\uacbd\uc5d0 TensorFlow \uc124\uce58\n<ol>\n<li>\n<pre class=\"prettyprint\">&gt; conda install tensorflow\r\n\uc124\uce58\ud655\uc778\r\n&gt; python\r\n&gt;&gt;&gt; import tensorflow as tf\r\n&gt;&gt;&gt; tf.__version__\r\n'1.13.1'<\/pre>\n<\/li>\n<\/ol>\n<\/li>\n<li>jupyter notebook ide\uc124\uce58\n<ol>\n<li>\n<pre class=\"prettyprint\">&gt; conda install jupyter notebook\r\n\uc2e4\ud589\r\n&gt; jupyter notebook<\/pre>\n<\/li>\n<li>\uae30\ubcf8 \ube0c\ub77c\uc8fc\uc5d0\uc11c \uc2e4\ud589\ub418\ub294\uac83\uc744 \ud655\uc778. \uc900\ube44\ub05d<a href=\"http:\/\/www.bluebee.co.kr\/wp-content\/uploads\/2019\/07\/jn.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-395\" src=\"http:\/\/www.bluebee.co.kr\/wp-content\/uploads\/2019\/07\/jn.png\" alt=\"\" width=\"1153\" height=\"171\" srcset=\"http:\/\/www.bluebee.co.kr\/wp-content\/uploads\/2019\/07\/jn.png 1153w, http:\/\/www.bluebee.co.kr\/wp-content\/uploads\/2019\/07\/jn-300x44.png 300w, http:\/\/www.bluebee.co.kr\/wp-content\/uploads\/2019\/07\/jn-768x114.png 768w, http:\/\/www.bluebee.co.kr\/wp-content\/uploads\/2019\/07\/jn-1024x152.png 1024w\" sizes=\"auto, (max-width: 1153px) 100vw, 1153px\" \/><\/a><\/li>\n<\/ol>\n<\/li>\n<li>jupyter notebook \uae30\ubcf8 \ub514\ub809\ud130\ub9ac \ubcc0\uacbd\n<ol>\n<li><!--?prettify linenums=true?-->\n<pre class=\"prettyprint\">\uc124\uc815\ud30c\uc77c path \uc54c\uc544\ubcf4\uae30\r\n&gt; jupyter notebook --generate-config\r\nWriting default config to : \uacbd\ub85c\r\n\ud574\ub2f9 \uacbd\ub85c\uc758 jupyter_notebook_config.py \uc5f4\uc5b4\uc11c \uc218\uc815\r\n\r\nc.NotebookApp.notebook_dir = '' \ud56d\ubaa9\uc5d0 \ub514\ub809\ud130\ub9ac \uc9c0\uc815\r\n\uc608) c.NotebookApp.notebook_dir = 'D:\/project\/jupyter'<\/pre>\n<\/li>\n<\/ol>\n<\/li>\n<li><\/li>\n<li><\/li>\n<li><\/li>\n<li><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>\uc544\ub098\ucf58\ub2e4 \uc124\uce58 :\u00a0https:\/\/repo.continuum.io\/archive\/index.html Anaconda3-5.2.0-Windows-x86_64.exe (python 3.6.5) \uad00\ub9ac\uc790 \uad8c\ud55c\uc73c\ub85c \uc124\uce58 \ud6c4 \ud655\uc778 &gt; conda &#8211;version conda 4.5.4 &gt; python &#8211;version Python 3.6.5 :: Anaconda ,Inc. \u00a0Anaconda Prompt \uad00\ub9ac\uc790 \uc2e4\ud589 \ud6c4 \uc5c5\ub370\uc774\ud2b8 &gt; conda update -n base conda &gt; conda update &#8211;all &gt; python -m pip install &#8211;upgrade pip \uc544\ub098\ucf58\ub2e4 \uac00\uc0c1\ud658\uacbd \uad6c\uc131 &gt; conda create -n bluebee1 python=3.6 &gt; conda activate bluebee1 base\ub85c \ub3cc\uc544\uc624\ub824\uba74.. &gt; conda deactivate \uac00\uc0c1\ud658\uacbd\uc5d0 TensorFlow \uc124\uce58 &gt; conda install tensorflow \uc124\uce58\ud655\uc778 &gt; python &gt;&gt;&gt; import tensorflow as tf &gt;&gt;&gt; tf.__version__ &#8216;1.13.1&#8217; jupyter notebook ide\uc124\uce58 &gt; conda install jupyter notebook \uc2e4\ud589 &gt; jupyter notebook \uae30\ubcf8 \ube0c\ub77c\uc8fc\uc5d0\uc11c \uc2e4\ud589\ub418\ub294\uac83\uc744 \ud655\uc778. \uc900\ube44\ub05d jupyter notebook \uae30\ubcf8 \ub514\ub809\ud130\ub9ac \ubcc0\uacbd \uc124\uc815\ud30c\uc77c path \uc54c\uc544\ubcf4\uae30 &gt; jupyter notebook &#8211;generate-config Writing default config to : \uacbd\ub85c \ud574\ub2f9 \uacbd\ub85c\uc758 jupyter_notebook_config.py \uc5f4\uc5b4\uc11c \uc218\uc815 c.NotebookApp.notebook_dir = &#8221; \ud56d\ubaa9\uc5d0 \ub514\ub809\ud130\ub9ac \uc9c0\uc815 \uc608) c.NotebookApp.notebook_dir = &#8216;D:\/project\/jupyter&#8217;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[30],"tags":[],"class_list":["post-390","post","type-post","status-publish","format-standard","hentry","category-dev"],"_links":{"self":[{"href":"http:\/\/www.bluebee.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/390","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.bluebee.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.bluebee.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.bluebee.co.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.bluebee.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=390"}],"version-history":[{"count":6,"href":"http:\/\/www.bluebee.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/390\/revisions"}],"predecessor-version":[{"id":397,"href":"http:\/\/www.bluebee.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/390\/revisions\/397"}],"wp:attachment":[{"href":"http:\/\/www.bluebee.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=390"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.bluebee.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=390"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.bluebee.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}