7
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Jupyter Notebookでコードの自動補完

Posted at

概要

Jupyter Notebookでコードの自動補完できないものかと検索。Nbextensionsが良さそうなので実装した。

環境

macOS: Catalina 10.15.7
xCode: version 12.4

ライブラリのインストール

terminal
$pip install jupyter-contrib-nbextensions
$pip install jupyter-nbextensions-configurator

拡張機能の有効化

terminal
$jupyter contrib nbextension install
$jupyter nbextensions_configurator enable

補完の有効化

jupyter notebookを起動すると、Nbextensionsタブができているので、そこのHinterlandを有効化すれば、補完機能が有効になる。

スクリーンショット 2021-10-13 23.36.13.png

まとめ

jupyter notebookでのコーディングが楽になった。もっと早く導入したら良かった。

参考リンク

7
5
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?