python:jupyter_notebook

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
python:jupyter_notebook [2019/08/08 22:24] – [参考文献] ともやんpython:jupyter_notebook [2020/04/16 04:34] ともやん
行 1: 行 1:
-<ifauth !@loggedinusers><html> 
-<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 
-<script> 
-     (adsbygoogle = window.adsbygoogle || []).push({ 
-          google_ad_client: "ca-pub-0791334967460971", 
-          enable_page_level_ads: true 
-     }); 
-</script></html></ifauth> 
 <html> <html>
   <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: 0 10px;
 +      width: fit-content;
 +    }
 +    #logo p {
 +      margin: 0;
     }     }
   </style>   </style>
 </html> </html>
 ====== Jupyter Notebook ====== ====== Jupyter Notebook ======
-{{:python:jupyter-logo.svg?100|Jupyter Logo}}\\+<WRAP #logo> 
 +{{:python:jupyter-logo.svg?100|Jupyter Logo}} 
 +</WRAP>
 本家: [[https://jupyter.org/|Project Jupyter | Home]]\\ 本家: [[https://jupyter.org/|Project Jupyter | Home]]\\
 ソースコード: [[https://github.com/jupyter/notebook|GitHub - jupyter/notebook: Jupyter Interactive Notebook]]\\ ソースコード: [[https://github.com/jupyter/notebook|GitHub - jupyter/notebook: Jupyter Interactive Notebook]]\\
行 32: 行 49:
 > pip install jupyter ipykernel > pip install jupyter ipykernel
 </code> </code>
-<WRAP prewrap 100% #result>+<WRAP prewrap 100% #result_long>
 <code> <code>
 Collecting jupyter Collecting jupyter
行 199: 行 216:
  
 **%HOMEPATH%\.jupyter\jupyter_notebook_config.py** を生成する。\\ **%HOMEPATH%\.jupyter\jupyter_notebook_config.py** を生成する。\\
 +<WRAP prewrap 100%>
 <code> <code>
 (jupyter) > jupyter notebook --generate-config (jupyter) > jupyter notebook --generate-config
 Writing default config to: C:\Users\tomoyan\.jupyter\jupyter_notebook_config.py Writing default config to: C:\Users\tomoyan\.jupyter\jupyter_notebook_config.py
 </code> </code>
 +</WRAP>
  
 **%HOMEPATH%\.jupyter\jupyter_notebook_config.py** を編集する。\\ **%HOMEPATH%\.jupyter\jupyter_notebook_config.py** を編集する。\\
 +<WRAP prewrap 100%>
 <code python> <code python>
 # Configuration file for jupyter-notebook. # Configuration file for jupyter-notebook.
行 213: 行 233:
 c.EnvironmentKernelSpecManager.display_name_template = "{}" c.EnvironmentKernelSpecManager.display_name_template = "{}"
 </code> </code>
 +</WRAP>
  
 Jupyter Notebook を実行する。\\ Jupyter Notebook を実行する。\\
行 245: 行 266:
 (jupyter) > pip install jupyter-contrib-nbextensions jupyter-nbextensions-configurator (jupyter) > pip install jupyter-contrib-nbextensions jupyter-nbextensions-configurator
 </code> </code>
-<WRAP prewrap 100% #result>+<WRAP prewrap 100% #result_long>
 <code> <code>
 Collecting jupyter-contrib-nbextensions Collecting jupyter-contrib-nbextensions
行 316: 行 337:
 > jupyter contrib nbextension install --user > jupyter contrib nbextension install --user
 </code> </code>
-<WRAP prewrap 100% #result>+<WRAP prewrap 100% #result_long>
 <code> <code>
 [I 10:25:56 InstallContribNbextensionsApp] jupyter contrib nbextension install --user [I 10:25:56 InstallContribNbextensionsApp] jupyter contrib nbextension install --user
  • python/jupyter_notebook.txt
  • 最終更新: 2021/06/20 12:48
  • by ともやん