python:jupyter_notebook

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン両方とも次のリビジョン
python:jupyter_notebook [2020/04/16 04:34] ともやんpython:jupyter_notebook [2020/09/11 16:57] ともやん
行 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: 0 10px; 
-      width: fit-content; 
-    } 
-    #logo p { 
-      margin: 0; 
-    } 
-  </style> 
-</html> 
 ====== Jupyter Notebook ====== ====== Jupyter Notebook ======
 <WRAP #logo> <WRAP #logo>
-{{:python:jupyter-logo.svg?100|Jupyter Logo}}+{{python:jupyter-logo.svg?100|Jupyter Logo}}
 </WRAP> </WRAP>
 本家: [[https://jupyter.org/|Project Jupyter | Home]]\\ 本家: [[https://jupyter.org/|Project Jupyter | Home]]\\
行 259: 行 227:
  
 Python の venv 仮想環境が選択出来るようになる。\\ Python の venv 仮想環境が選択出来るようになる。\\
-{{:python:jupyter_notebook_python_venv.png?800|Jupyter Notebook Python venv}}\\+{{python:jupyter_notebook_python_venv.png?800|Jupyter Notebook Python venv}}\\
  
 ==== Jupyter Notebook 拡張機能 ==== ==== Jupyter Notebook 拡張機能 ====
行 1077: 行 1045:
  
 **Nbextensions** が追加されるのでクリックする。\\ **Nbextensions** が追加されるのでクリックする。\\
-{{:python:jupyter_notebook_nbextensions_001.png?800|Jupyter Nbextensions 001}}\\+{{python:jupyter_notebook_nbextensions_001.png?800|Jupyter Nbextensions 001}}\\
  
 **[v] disable configuration for nbextensions without explicit compatibility (they may break your notebook environment, but can be useful to show for nbextension development)** のチェックを外す。\\  **[v] disable configuration for nbextensions without explicit compatibility (they may break your notebook environment, but can be useful to show for nbextension development)** のチェックを外す。\\ 
-{{:python:jupyter_notebook_nbextensions_002.png?800|Jupyter Nbextensions 002}}\\+{{python:jupyter_notebook_nbextensions_002.png?800|Jupyter Nbextensions 002}}\\
  
 === Hinterland (入力補完) を有効にする === === Hinterland (入力補完) を有効にする ===
 **[v] Hinterland** にチェックを入れる。\\ **[v] Hinterland** にチェックを入れる。\\
-{{:python:jupyter_notebook_nbextensions_003.png?800|Jupyter Nbextensions Hinterland}}\\+{{python:jupyter_notebook_nbextensions_003.png?800|Jupyter Nbextensions Hinterland}}\\
  
 Notebook を起動すると入力補完が有効になっている。\\ Notebook を起動すると入力補完が有効になっている。\\
-{{:python:jupyter_notebook_autocomplete.png?800|Jupyter Notebook Autocomplete}}\\+{{python:jupyter_notebook_autocomplete.png?800|Jupyter Notebook Autocomplete}}\\
  
 ===== 参考文献 ===== ===== 参考文献 =====
  • python/jupyter_notebook.txt
  • 最終更新: 2021/06/20 12:48
  • by ともやん