[I 15:04:56.323 NotebookApp] The port 8888 is already in use, trying another port.
[I 15:04:56.324 NotebookApp] The port 8889 is already in use, trying another port.
[I 15:04:56.325 NotebookApp] The port 8890 is already in use, trying another port.
[I 15:04:56.521 NotebookApp] JupyterLab beta preview extension loaded from E:\program\Anaconda3\lib\site-packages\jupyterlab
[I 15:04:56.521 NotebookApp] JupyterLab application directory is E:\program\Anaconda3\share\jupyter\lab
[W 15:04:56.539 NotebookApp] Error loading server extension jupyterlab
Traceback (most recent call last):
File "E:\program\Anaconda3\lib\site-packages\jupyterlab\commands.py", line 321, in __init__
self._run(['node', 'node-version-check.js'], cwd=HERE, quiet=True)
File "E:\program\Anaconda3\lib\site-packages\jupyterlab\commands.py", line 1165, in _run
proc = Process(cmd, **kwargs)
File "E:\program\Anaconda3\lib\site-packages\jupyterlab\process.py", line 73, in __init__
self.proc = self._create_process(cwd=cwd, env=env)
File "E:\program\Anaconda3\lib\site-packages\jupyterlab\process.py", line 131, in _create_process
cmd[0] = which(cmd[0], kwargs.get('env'))
File "E:\program\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 "E:\program\Anaconda3\lib\site-packages\notebook\notebookapp.py", line 1454, in init_server_extensions
func(self)
File "E:\program\Anaconda3\lib\site-packages\jupyterlab\extension.py", line 111, in load_jupyter_server_extension
info = get_app_info(app_dir)
File "E:\program\Anaconda3\lib\site-packages\jupyterlab\commands.py", line 244, in get_app_info
handler = _AppHandler(app_dir, logger)
File "E:\program\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 15:04:56.684 NotebookApp] Serving notebooks from local directory: C:\Users\Rachel
[I 15:04:56.684 NotebookApp] 0 active kernels
[I 15:04:56.684 NotebookApp] The Jupyter Notebook is running at:
[I 15:04:56.684 NotebookApp] http://localhost:8891/?token=9308135b344b9dab291584a925cdea8ed0c8eaab05e3ce4f
[I 15:04:56.684 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 15:04:56.687 NotebookApp]
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8891/?token=9308135b344b9dab291584a925cdea8ed0c8eaab05e3ce4f
[I 15:04:56.867 NotebookApp] Accepting one-time-token-authenticated connection from ::1
出现了上面的情况,不过最后又出现另一个端口号的jupyter
同时 在pycharm中导入numpy报错
我之前有安装python 3
不知道是jupyter出错的问题还是我之前有安装的问题还是我改变路径后环境变化的问题......