0
ATOM IDEを使用して.py in cmdコマンドを実行し、モジュールが見つからないことを示す次のエラーが表示されます。トラックバック(最新最後の呼び出し):ファイル "widgets.py"、行5、from bokeh.layouts import layout ImportError:レイアウトという名前のモジュールはありません。Atom IDEでBokehモジュール名が見つかりません
Jupyterでは、レイアウトモジュール名の警告なしで同じ構文がうまくいきました。
誰か手掛かりがありますか?私のPythonバージョンとbokehバージョンは互換性がありますか?
widgets.pyのコードは次のようである:ビットの捜査の後
from bokeh.io import output_file, show
#create text box on webpage, and text
from bokeh.models.widgets import TextInput, Button, Paragraph
#arrange the widgets
from bokeh.layouts import layout