python:ipython

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
python:ipython [2019/07/27 04:48] ともやんpython:ipython [2024/03/09 05:27] (現在) – [IPython] ともやん
行 1: 行 1:
-<ifauth !@loggedinusers><html+====== IPython ====== 
-<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> +<WRAP #logo> 
-<script> +{{python:ipython_logo.png?320|IPython Logo}} 
-     (adsbygoogle = window.adsbygoogle |[]).push({ +</WRAP
-          google_ad_client"ca-pub-0791334967460971", +\\ 
-          enable_page_level_ads: true +本家: [[https://ipython.org/|Jupyter and the future of IPython — IPython]] [[gtr>https://ipython.org/|翻訳]]\\ 
-     }); +ソースコード: [[https://github.com/ipython/ipython|ipython/ipython: Official repository for IPython itselfOther repos in the IPython organization contain things like the website, documentation builds, etc.]] [[gtr>https://github.com/ipython/ipython|翻訳]]\\ 
-</script></html></ifauth> +ドキュメント[[rtd>ipython.readthedocs.io/|IPython Documentation — IPython 8.22.2 documentation]] [[gtr>https://ipython.readthedocs.io/en/stable/|翻訳]]\\ 
-====== IPython のイントール ======+\\ 
 +**IPython** (アイパイソン) は Python を対話的に実行するためシェルである。CPython 内蔵の対話的に実行するためのシェルと比べ、型イントロスペクション (英語: Type introspection) 機能、対話的実行のための文法などが追加されてあり、コドのシンタックスハイライトおよびタブによる補完が行える。IPython の開発は NumFOCUS によって財政的に支援されている。\\ 
 +[[wwjp>IPython|IPython - Wikiwand]] より\\
  
-===== Linux =====+===== インストール ===== 
 + 
 +==== Linux ====
 <code> <code>
 $ pip3 install ipython $ pip3 install ipython
 </code> </code>
  
-===== Windows =====+==== Windows ====
 <code> <code>
 > pip install ipython > pip install ipython
 </code> </code>
-<WRAP prewrap 100%>+<WRAP prewrap 100% #result_long>
 <code> <code>
 Collecting ipython Collecting ipython
行 85: 行 89:
 > ipython > ipython
 </code> </code>
 +<WRAP prewrap 100% #result_long>
 <code> <code>
 Python 3.7.4 (tags/v3.7.4:e09359112e, Jul  8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)] Python 3.7.4 (tags/v3.7.4:e09359112e, Jul  8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]
行 286: 行 291:
 In [2]: In [2]:
 </code> </code>
 +</WRAP>
 +
 +====== ☢️古い資料です (Obsolete)☢️ ======
  
-===== IPythonの導入(古い資料です) =====+===== IPythonの導入 =====
   -pip を利用する場合、以下のコマンドを実行する。<code>   -pip を利用する場合、以下のコマンドを実行する。<code>
-> pip install ipython pyreadline+> pip install ipython pyreadline</code><WRAP prewrap 100% #result_long><code>
 Downloading/unpacking ipython Downloading/unpacking ipython
   Downloading ipython-0.12.1.tar.gz (4.3Mb): 4.3Mb downloaded   Downloading ipython-0.12.1.tar.gz (4.3Mb): 4.3Mb downloaded
行 360: 行 368:
 Successfully installed ipython pyreadline Successfully installed ipython pyreadline
 Cleaning up... Cleaning up...
- +</code></WRAP>
-</code>+
   - Windows の場合は C:\Python27\Scripts\ipython.exe へのショートカットを作成する。   - Windows の場合は C:\Python27\Scripts\ipython.exe へのショートカットを作成する。
  
  • python/ipython.txt
  • 最終更新: 2024/03/09 05:27
  • by ともやん