こんにちは。shinshiといいます。
よろしくおねがいします。
前提・実現したいこと
pythonの環境をつくるため、
anacondaをインストールしました。
anaconda promptより、
pip install jupyterlab
を実行し、
jupyter lab
を実行して、
jupyterlabを開いたのですが、
以下のエラーが出て、pythonの実行ができません。
発生している問題・エラーメッセージ
jupyter lab上
Server Connection Error
A connection to the Jupyter server could not be established. JupyterLab will continue trying to reconnect. Check your network connection or Jupyter server configuration.
Error Starting Kernel
Failed to fetch
Failed to fetch
コマンドプロンプト上
[I 2021-09-17 16:02:14.753 LabApp] Build is up to date
Bad file descriptor (C:\ci\zeromq_1602704446950\work\src\epoll.cpp:100)
Bad file descriptor (C:\ci\zeromq_1602704446950\work\src\epoll.cpp:100)
該当のソースコード
試したこと
- PCの再起動
- 再インストール(アンインストールしたうえで、関連フォルダをすべて削除し、再インストール)
- コマンドプロンプトで conda install nodejs を実行(Could not determine jupyterlab build status without nodejsというエラーがあったので)
補足情報(FW/ツールのバージョンなど)
Anaconda3-2021.05-Windows-x86_64
windows10
なにとぞよろしくお願いしますm(_ _)m
回答1件
あなたの回答
tips
プレビュー