{"id":479,"date":"2017-05-12T11:00:00","date_gmt":"2017-05-12T09:00:00","guid":{"rendered":"http:\/\/blog.via-internet.de\/?p=479"},"modified":"2017-05-12T11:00:00","modified_gmt":"2017-05-12T09:00:00","slug":"ipython-getting-started","status":"publish","type":"post","link":"https:\/\/via-internet.de\/blog\/2017\/05\/12\/ipython-getting-started\/","title":{"rendered":"iPython | Getting Started"},"content":{"rendered":"<h1>Introduction<\/h1>\n<p><a href=\"https:\/\/de.wikipedia.org\/wiki\/IPython\">iPython<\/a>&nbsp;ist ein&nbsp;<a title=\"Kommandozeileninterpreter\" href=\"https:\/\/de.wikipedia.org\/wiki\/Kommandozeileninterpreter\">Kommandozeileninterpreter<\/a>&nbsp;zum interaktiven Arbeiten mit der&nbsp;<a title=\"Python (Programmiersprache)\" href=\"https:\/\/de.wikipedia.org\/wiki\/Python_(Programmiersprache)\">Programmiersprache Python<\/a>.&nbsp;<\/p>\n<h1>IDEs and Environments<\/h1>\n<ul>\n<li><a href=\"https:\/\/ipython.org\/#\">iPython<\/a><\/li>\n<li><a href=\"https:\/\/jupyter.org\/\">Jupyter<\/a><\/li>\n<li><a href=\"https:\/\/www.continuum.io\/downloads\">Anaconda<\/a><\/li>\n<\/ul>\n<h1>Install&nbsp;<\/h1>\n<h2>Jupyter<\/h2>\n<pre class=\"\">$ virtualenv --python python3 jupyter\n$ cd jupyter\n$ . bin\/activate\n$ pip install --upgrade pip\n$ pip install jupyter<\/pre>\n<p class=\"\">Finally run jupyter<\/p>\n<pre><span class=\"n\">jupyter<\/span> <span class=\"n\">notebook<\/span><\/pre>\n<h2>Anaconda<\/h2>\n<pre class=\"\">$ virtualenv --python python3 anaconda\n$ cd anaconda\n$ . bin\/activate\n$ wget https:\/\/repo.continuum.io\/archive\/Anaconda3-4.3.1-Linux-x86_64.sh | bash<\/pre>\n<pre class=\"\"><span class=\"n\">jupyter<\/span> <span class=\"n\">notebook<\/span><\/pre>\n<h1>Resources<\/h1>\n<h2>Awesome Notebooks<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/jupyter\/jupyter\/wiki\/A-gallery-of-interesting-Jupyter-Notebooks\">A gallery of interesting Jupyter Notebooks<\/a><\/li>\n<li>Notebook Gallery &#8211;&nbsp;<a href=\"http:\/\/nb.bianp.net\/sort\/views\/\">Links to the best IPython and Jupyter Notebooks<\/a><\/li>\n<li><a href=\"http:\/\/nbviewer.jupyter.org\/\">nbviewer<\/a>&nbsp;&#8211;&nbsp;A simple way to share Jupyter Notebooks<\/li>\n<\/ul>\n<h2>Notebooks<\/h2>\n<ul>\n<li><a href=\"https:\/\/github.com\/donnemartin\/data-science-ipython-notebooks\">Data Science iPython Notebooks<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/nborwankar\/LearnDataScience\">Learn Data Science<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/ptwobrussell\/Mining-the-Social-Web-2nd-Edition\">Mining the Social Web<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Introduction iPython&nbsp;ist ein&nbsp;Kommandozeileninterpreter&nbsp;zum interaktiven Arbeiten mit der&nbsp;Programmiersprache Python.&nbsp; IDEs and Environments iPython Jupyter Anaconda Install&nbsp; Jupyter $ virtualenv &#8211;python python3 jupyter $ cd jupyter $ . bin\/activate $ pip install &#8211;upgrade pip $ pip install jupyter Finally run jupyter jupyter notebook Anaconda $ virtualenv &#8211;python python3 anaconda $ cd anaconda $ . bin\/activate $ wget https:\/\/repo.continuum.io\/archive\/Anaconda3-4.3.1-Linux-x86_64.sh | bash jupyter notebook Resources Awesome Notebooks A gallery of interesting Jupyter Notebooks Notebook Gallery &#8211;&nbsp;Links to the best IPython and Jupyter Notebooks nbviewer&nbsp;&#8211;&nbsp;A simple way to share Jupyter Notebooks Notebooks Data Science iPython Notebooks Learn Data Science Mining the Social Web<\/p>\n","protected":false},"author":1,"featured_media":499,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[36,65],"tags":[],"class_list":["post-479","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ipython","category-python"],"jetpack_featured_media_url":"https:\/\/via-internet.de\/blog\/wp-content\/uploads\/2017\/05\/ipython-logo.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/via-internet.de\/blog\/wp-json\/wp\/v2\/posts\/479","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/via-internet.de\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/via-internet.de\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/via-internet.de\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/via-internet.de\/blog\/wp-json\/wp\/v2\/comments?post=479"}],"version-history":[{"count":0,"href":"https:\/\/via-internet.de\/blog\/wp-json\/wp\/v2\/posts\/479\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/via-internet.de\/blog\/wp-json\/wp\/v2\/media\/499"}],"wp:attachment":[{"href":"https:\/\/via-internet.de\/blog\/wp-json\/wp\/v2\/media?parent=479"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/via-internet.de\/blog\/wp-json\/wp\/v2\/categories?post=479"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/via-internet.de\/blog\/wp-json\/wp\/v2\/tags?post=479"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}