python:jupyter_notebook

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
python:jupyter_notebook [2020/09/11 16:57] ともやんpython:jupyter_notebook [2021/06/20 12:48] (現在) – [参考文献] ともやん
行 1: 行 1:
-====== Jupyter Notebook ======+====== Jupyter Notebook - プログラムとその実行結果を再実行可能なドキュメント形式で表現 ======
 <WRAP #logo> <WRAP #logo>
-{{python:jupyter-logo.svg?100|Jupyter Logo}}+{{python:jupyter-logo.svg?200|Jupyter Logo}}
 </WRAP> </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]]\\
 +
 +<wrap em>本家では [[python:jupyterlab|JupyterLab]] への移行を推奨している。</wrap>\\
  
 ===== インストール ===== ===== インストール =====
行 1056: 行 1058:
 Notebook を起動すると入力補完が有効になっている。\\ Notebook を起動すると入力補完が有効になっている。\\
 {{python:jupyter_notebook_autocomplete.png?800|Jupyter Notebook Autocomplete}}\\ {{python:jupyter_notebook_autocomplete.png?800|Jupyter Notebook Autocomplete}}\\
 +
 +===== トラブルシューティング =====
 +
 +==== Bad config encountered during initialization エラーが発生する ====
 +<code>
 +$ jupyter notebook
 +</code>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +[C 12:43:20.989 NotebookApp] Bad config encountered during initialization: The 'kernel_spec_manager_class' trait of <notebook.notebookapp.NotebookApp object at 0x000001F187312C40> instance must be a type, but 'environment_kernels.EnvironmentKernelSpecManager' could not be imported
 +</code>
 +</WRAP>
  
 ===== 参考文献 ===== ===== 参考文献 =====
-[[https://github.com/ipython/ipykernel|GitHub - ipython/ipykernel: IPython Kernel for Jupyter]]\\ +[[git>ipython/ipykernel|GitHub - ipython/ipykernel: IPython Kernel for Jupyter]]\\ 
-[[https://qiita.com/takuyanin/items/8bf396e7b6b051670147|【Jupyter Notebook】効果的な使い方を知ろう[Python/機械学習] - Qiita]]\\ +[[qita>takuyanin/items/8bf396e7b6b051670147|【Jupyter Notebook】効果的な使い方を知ろう[Python/機械学習] - Qiita]]\\ 
-[[https://qiita.com/simonritchie/items/d7dccb798f0b9c8b1ec5|Jupyter 知っておくと少し便利なTIPS集 - Qiita]]\\+[[qita>simonritchie/items/d7dccb798f0b9c8b1ec5|Jupyter 知っておくと少し便利なTIPS集 - Qiita]]\\
 [[http://pynote.hatenablog.com/entry/jupyter-notebook-nbextensions|Jupyter Notebook - おすすめの nbextensions まとめ - Pynote]]\\ [[http://pynote.hatenablog.com/entry/jupyter-notebook-nbextensions|Jupyter Notebook - おすすめの nbextensions まとめ - Pynote]]\\
-[[https://qiita.com/ishida330/items/53f1b0df2247fab5c6dd|Jupyter/Pythonでデータ分析する人にお勧めしたい!便利なライブラリー「PixieDust」をザクッと紹介します - Qiita]]\\+[[qita>ishida330/items/53f1b0df2247fab5c6dd|Jupyter/Pythonでデータ分析する人にお勧めしたい!便利なライブラリー「PixieDust」をザクッと紹介します - Qiita]]\\
 [[https://ohke.hateblo.jp/entry/2019/05/25/180000|Jupyter NotebookをAPI経由で操作する - け日記]]\\ [[https://ohke.hateblo.jp/entry/2019/05/25/180000|Jupyter NotebookをAPI経由で操作する - け日記]]\\
 +[[https://blog.jupyter.org/how-we-made-jupyter-notebooks-collaborative-with-yjs-b8dff6a9d8af|How we made Jupyter Notebooks collaborative with Yjs | by Kevin Jahns | Jun, 2021 | Jupyter Blog]]\\
 +[[https://ipython.readthedocs.io/en/latest/install/kernel_install.html|Installing the IPython kernel — IPython 8.0.0.dev documentation]]\\
  
  • python/jupyter_notebook.txt
  • 最終更新: 2021/06/20 12:48
  • by ともやん