We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
発生した現象 python3.5のイメージではnotebookが起動しない jupyter-clientのバグによる。 特に、デフォルトのイメージtensorflow/tensorflow:1.13.1-gpu-pyはpython3.5のため、デフォルトイメージではnotebookが起動しない。
tensorflow/tensorflow:1.13.1-gpu-py
再現手順 python3.5のイメージでnotebookを起動する
期待する動作
その他の情報 起動時実行コマンドにpip install jupyter-client==6.1.12を記入すれば、python3.5のイメージでも起動可能
pip install jupyter-client==6.1.12
The text was updated successfully, but these errors were encountered:
notebook関連のissue #468 の対応
5b1feea
notebook関連のissue KAMONOHASHI#468 の対応
c520184
Merge pull request #471 from ozota1/2.2
cc96ee7
No branches or pull requests
発生した現象
python3.5のイメージではnotebookが起動しない
jupyter-clientのバグによる。
特に、デフォルトのイメージ
tensorflow/tensorflow:1.13.1-gpu-py
はpython3.5のため、デフォルトイメージではnotebookが起動しない。再現手順
python3.5のイメージでnotebookを起動する
期待する動作
その他の情報
起動時実行コマンドに
pip install jupyter-client==6.1.12
を記入すれば、python3.5のイメージでも起動可能The text was updated successfully, but these errors were encountered: