python:ipython

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
python:ipython [2020/04/16 04:39] ともやんpython:ipython [2024/03/09 05:27] (現在) – [IPython] ともやん
行 1: 行 1:
-<html> 
-  <style> 
-    #result pre { 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
-    } 
-    #result_long pre { 
-      height: 400px; 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
-    } 
-    #source_code pre { 
-      height: 200px; 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
-    } 
-    .dokuwiki .wrap_left { 
-      margin-right: 0; 
-    } 
-    #logo { 
-      background-color: white; 
-      padding: 10px; 
-      width: fit-content; 
-    } 
-    #logo p { 
-      margin: 0; 
-    } 
-  </style> 
-</html> 
 ====== IPython ====== ====== IPython ======
 <WRAP #logo> <WRAP #logo>
行 36: 行 4:
 </WRAP> </WRAP>
 \\ \\
-本家: [[https://ipython.org/|Jupyter and the future of IPython — IPython]]\\ +本家: [[https://ipython.org/|Jupyter and the future of IPython — IPython]] [[gtr>https://ipython.org/|翻訳]]\\ 
-ソースコード: [[https://github.com/ipython/ipython|GitHub - ipython/ipython: Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.]]\\+ソースコード: [[https://github.com/ipython/ipython|ipython/ipython: Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.]] [[gtr>https://github.com/ipython/ipython|翻訳]]\\ 
 +ドキュメント: [[rtd>ipython.readthedocs.io/|IPython Documentation — IPython 8.22.2 documentation]] [[gtr>https://ipython.readthedocs.io/en/stable/|翻訳]]\\
 \\ \\
-**IPython** (アイパイソン) は Python を対話的に実行するためのシェルである。CPython 内蔵の対話的に実行するためのシェルと比べ、型推定を強化し、対話的実行のための文法追加てあり、コードハイライティングおよびタブによる補完が行える。IPython は SciPy パッケージ一部として公開されている。\\ +**IPython** (アイパイソン) は Python を対話的に実行するためのシェルである。CPython 内蔵の対話的に実行するためのシェルと比べ、型イントロスペクション (英語: Type introspection) 機能、対話的実行のための文法などが追加されてあり、コードのシンタックスハイライおよびタブによる補完が行える。IPython の開発は NumFOCUS によって財政的に支援されている。\\ 
-[[https://ja.wikipedia.org/wiki/IPython|IPython - Wikipedia]] より\\+[[wwjp>IPython|IPython - Wikiwand]] より\\
  
 ===== インストール ===== ===== インストール =====
行 324: 行 293:
 </WRAP> </WRAP>
  
-===== IPythonの導入(古い資料です) =====+====== ☢️古い資料です (Obsolete)☢️ ====== 
 + 
 +===== IPythonの導入 =====
   -pip を利用する場合、以下のコマンドを実行する。<code>   -pip を利用する場合、以下のコマンドを実行する。<code>
 > pip install ipython pyreadline</code><WRAP prewrap 100% #result_long><code> > pip install ipython pyreadline</code><WRAP prewrap 100% #result_long><code>
  • python/ipython.1586979571.txt.gz
  • 最終更新: 2020/04/16 04:39
  • by ともやん