<環境>
OS:Windows10
Anaconda Navigator 1.7.0
ブラウザ:Chrome
Anconda3を管理者権限で実行し、Jupyter notebookを立ち上げたところ以下のメッセージが出るようになりました。
[I 23:46:07.074 NotebookApp] The port 8888 is already in use, trying another port.
[I 23:46:07.237 NotebookApp] JupyterLab beta preview extension loaded from C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab
[I 23:46:07.237 NotebookApp] JupyterLab application directory is C:\ProgramData\Anaconda3\share\jupyter\lab
[W 23:46:07.247 NotebookApp] Error loading server extension jupyterlab
Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab\commands.py", line 321, in init
self._run(['node', 'node-version-check.js'], cwd=HERE, quiet=True)
File "C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab\commands.py", line 1165, in _run
proc = Process(cmd, **kwargs)
File "C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab\process.py", line 73, in init
self.proc = self._create_process(cwd=cwd, env=env)
File "C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab\process.py", line 131, in _create_process
cmd[0] = which(cmd[0], kwargs.get('env'))
File "C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab\jlpmapp.py", line 59, in which
raise ValueError(msg)
ValueError: Please install nodejs 5+ and npm before continuing installation. nodejs may be installed using conda or directly from the nodejs website.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\site-packages\notebook\notebookapp.py", line 1454, in init_server_extensions
func(self)
File "C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab\extension.py", line 111, in load_jupyter_server_extension
info = get_app_info(app_dir)
File "C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab\commands.py", line 244, in get_app_info
handler = _AppHandler(app_dir, logger)
File "C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab\commands.py", line 324, in init
raise ValueError(msg)
ValueError: Please install nodejs 5+ and npm before continuing installation. nodejs may be installed using conda or directly from the nodejs website.
[I 23:46:07.334 NotebookApp] Serving notebooks from local directory: C:\Users\Takeshi Taniguchi
[I 23:46:07.334 NotebookApp] 0 active kernels
[I 23:46:07.335 NotebookApp] The Jupyter Notebook is running at:
[I 23:46:07.335 NotebookApp] http://localhost:8889/?token=65ab4a0007730163f2174ce27c30566fa59b439888dd4c7e
[I 23:46:07.335 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 23:46:07.335 NotebookApp]
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8889/?token=65ab4a0007730163f2174ce27c30566fa59b439888dd4c7e
[I 23:46:07.460 NotebookApp] Accepting one-time-token-authenticated connection from ::1
なお、ブラウザでJupyter NotebookのHomeは表示されております。
初歩的な質問で恐縮ですが、上記のようなエラーメッセージへの対応方法をご教示ください。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/04/23 15:04
2018/04/23 15:07
2018/04/23 15:09
2018/04/23 15:19
2018/04/23 15:23
2018/04/23 15:30