python:ipython

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン両方とも次のリビジョン
python:ipython [2019/08/08 10:07] ともやんpython:ipython [2019/08/09 04:12] ともやん
行 16: 行 16:
   </style>   </style>
 </html> </html>
-====== IPython のインストール ======+====== IPython ====== 
 +{{:python:ipython_logo.png?320|IPython Logo}}\\ 
 +\\ 
 +本家: [[https://ipython.org/|Jupyter and the future of IPython — IPython]]\\ 
 +ソースコード: [[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.]]\\ 
 +\\ 
 +**IPython** (アイパイソン) は Python を対話的に実行するためのシェルである。CPython 内蔵の対話的に実行するためのシェルと比べ、型推定を強化し、対話的実行のための文法を追加してあり、コード・ハイライティングおよびタブによる補完が行える。IPython は SciPy パッケージの一部として公開されている。\\ 
 +[[https://ja.wikipedia.org/wiki/IPython|IPython - Wikipedia]] より\\
  
-===== Linux =====+===== インストール ===== 
 + 
 +==== Linux ====
 <code> <code>
 $ pip3 install ipython $ pip3 install ipython
 </code> </code>
  
-===== Windows =====+==== Windows ====
 <code> <code>
 > pip install ipython > pip install ipython
  • python/ipython.txt
  • 最終更新: 2024/03/09 05:27
  • by ともやん