python:ipython

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン両方とも次のリビジョン
python:ipython [2019/08/19 07:16] ともやんpython:ipython [2020/04/16 04:39] ともやん
行 2: 行 2:
   <style>   <style>
     #result pre {     #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;       height: 200px;
       overflow: scroll;       overflow: scroll;
       overflow-x: hidden;       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>   </style>
 </html> </html>
 ====== IPython ====== ====== IPython ======
-{{:python:ipython_logo.png?320|IPython Logo}}\\+<WRAP #logo> 
 +{{python:ipython_logo.png?320|IPython Logo}} 
 +</WRAP>
 \\ \\
 本家: [[https://ipython.org/|Jupyter and the future of IPython — IPython]]\\ 本家: [[https://ipython.org/|Jupyter and the future of IPython — IPython]]\\
行 28: 行 53:
 > pip install ipython > pip install ipython
 </code> </code>
-<WRAP prewrap 100% #result>+<WRAP prewrap 100% #result_long>
 <code> <code>
 Collecting ipython Collecting ipython
行 95: 行 120:
 > ipython > ipython
 </code> </code>
-<WRAP prewrap 100% #result>+<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)]
行 301: 行 326:
 ===== IPythonの導入(古い資料です) ===== ===== IPythonの導入(古い資料です) =====
   -pip を利用する場合、以下のコマンドを実行する。<code>   -pip を利用する場合、以下のコマンドを実行する。<code>
-> pip install ipython pyreadline</code><WRAP prewrap 100% #result><code>+> 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
  • python/ipython.txt
  • 最終更新: 2024/03/09 05:27
  • by ともやん