python:ipython

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
python:ipython [2019/07/27 04:48] ともやんpython:ipython [2019/08/08 10:07] ともやん
行 7: 行 7:
      });      });
 </script></html></ifauth> </script></html></ifauth>
 +<html>
 +  <style>
 +    #result pre {
 +      height: 200px;
 +      overflow: scroll;
 +      overflow-x: hidden;
 +    }
 +  </style>
 +</html>
 ====== IPython のインストール ====== ====== IPython のインストール ======
  
行 18: 行 27:
 > pip install ipython > pip install ipython
 </code> </code>
-<WRAP prewrap 100%>+<WRAP prewrap 100% #result>
 <code> <code>
 Collecting ipython Collecting ipython
行 85: 行 94:
 > ipython > ipython
 </code> </code>
 +<WRAP prewrap 100% #result>
 <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: 行 296:
 In [2]: In [2]:
 </code> </code>
 +</WRAP>
  
 ===== IPythonの導入(古い資料です) ===== ===== IPythonの導入(古い資料です) =====
   -pip を利用する場合、以下のコマンドを実行する。<code>   -pip を利用する場合、以下のコマンドを実行する。<code>
-> pip install ipython pyreadline+> pip install ipython pyreadline</code><WRAP prewrap 100% #result><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: 行 371:
 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 ともやん