<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Linuxkurs-Blog (Posts about IPython)</title><link>https://lannert.de/debloss/</link><description></description><atom:link href="https://lannert.de/debloss/en/categories/ipython.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2024 &lt;a href="mailto:lannert@hhu.de"&gt;Detlef Lannert&lt;/a&gt; 
&lt;a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/"&gt;
&lt;img alt="Creative Commons License BY-NC-SA"
style="border-width:0; margin-bottom:12px;"
src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png"&gt;&lt;/a&gt;</copyright><lastBuildDate>Wed, 10 Jul 2024 21:50:05 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Einführung zu IPython</title><link>https://lannert.de/debloss/en/posts/einfuhrung-zu-ipython/</link><dc:creator>Detlef Lannert</dc:creator><description>&lt;p&gt;Bei &lt;a class="reference external" href="https://realpython.com/"&gt;RealPython&lt;/a&gt; gibt es einen
&lt;a class="reference external" href="https://realpython.com/ipython-interactive-python-shell/"&gt;Artikel&lt;/a&gt; zu Installation
und Initialisierung von IPython, der einige nützliche Tips enthält.&lt;/p&gt;
&lt;p&gt;Anmerkungen dazu:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Wenn man ohnehin mit einem virtuellen Environment (z. B. für eigene Software) arbeitet,
braucht man nur &lt;code class="docutils literal"&gt;ipython&lt;/code&gt; dort hinein zu installieren.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Bei vielen Linux-Distributionen kann IPython als Paket installiert werden
(Debian: &lt;code class="docutils literal"&gt;ipython3&lt;/code&gt;).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ansonsten ist anstelle des angegebenen Befehls zur Installation von IPython ein
virtuelles Environment sinnvoller:&lt;/p&gt;
&lt;pre class="literal-block"&gt;$ python3 -m venv --prompt ipython ~/venv_ipython
$ . ~/venv_ipython/bin/activate&lt;/pre&gt;
&lt;p&gt;Anstelle des Prompts &lt;code class="docutils literal"&gt;ipython&lt;/code&gt; und des Verzeichnisnamens &lt;code class="docutils literal"&gt;~/venv_ipython&lt;/code&gt; kann, je
nach Geschmack, natürlich was Schöneres gewählt werden.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</description><guid>https://lannert.de/debloss/en/posts/einfuhrung-zu-ipython/</guid><pubDate>Thu, 13 Jul 2023 20:22:09 GMT</pubDate></item></channel></rss>