jupyter / jupyter/notebook

Jupyter does not run in D:\

Open
#3,702 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
13.3k
Forks
5.8k
Avg merge
6d 11h
Merged PRs (30d)
7

Description

I have installed Anaconda in D:\ , when I launch Spyder from the Windows10 menu it runs perfectly, as well the Anaconda Prompt. However, Jupyter never gets to launch unless it is from Anaconda itself. And it runs from Anacond the working directory is C:\

I have tried already copying the shortcut to my desktop and modifying the target location ans the system variables. However, nothing seems to work. When I launch from Anaconda I get the following message:

[I 03:05:18.501 NotebookApp] The port 8888 is already in use, trying another port.
[I 03:05:18.502 NotebookApp] The port 8889 is already in use, trying another port.
[I 03:05:18.502 NotebookApp] The port 8890 is already in use, trying another port.
[W 03:05:18.509 NotebookApp] Terminals not available (error was DLL load failed: The specified module could not be found.)
[I 03:05:18.546 NotebookApp] JupyterLab beta preview extension loaded from D:\Programs\Anaconda3\lib\site-packages\jupyterlab
[I 03:05:18.546 NotebookApp] JupyterLab application directory is D:\Programs\Anaconda3\share\jupyter\lab
[W 03:05:18.560 NotebookApp] Error loading server extension jupyterlab
Traceback (most recent call last):
File "D:\Programs\Anaconda3\lib\site-packages\jupyterlab\commands.py", line 321, in __init__
self._run(['node', 'node-version-check.js'], cwd=HERE, quiet=True)
File "D:\Programs\Anaconda3\lib\site-packages\jupyterlab\commands.py", line 1165, in _run
proc = Process(cmd, **kwargs)
File "D:\Programs\Anaconda3\lib\site-packages\jupyterlab\process.py", line 73, in __init__
self.proc = self._create_process(cwd=cwd, env=env)
File "D:\Programs\Anaconda3\lib\site-packages\jupyterlab\process.py", line 131, in _create_process
cmd[0] = which(cmd[0], kwargs.get('env'))
File "D:\Programs\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 "D:\Programs\Anaconda3\lib\site-packages\notebook\notebookapp.py", line 1484, in init_server_extensions
func(self)
File "D:\Programs\Anaconda3\lib\site-packages\jupyterlab\extension.py", line 111, in load_jupyter_server_extension
info = get_app_info(app_dir)
File "D:\Programs\Anaconda3\lib\site-packages\jupyterlab\commands.py", line 244, in get_app_info
handler = _AppHandler(app_dir, logger)
File "D:\Programs\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 03:05:19.314 NotebookApp] Serving notebooks from local directory: C:\Users\Daniel Avila
[I 03:05:19.314 NotebookApp] 0 active kernels
[I 03:05:19.314 NotebookApp] The Jupyter Notebook is running at:
[I 03:05:19.314 NotebookApp] http://localhost:8891/?token=92c691b378914136c4d052677f6fca7f0b4050fac2258648
[I 03:05:19.314 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 03:05:19.315 NotebookApp]

Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8891/?token=92c691b378914136c4d052677f6fca7f0b4050fac2258648&token=92c691b378914136c4d052677f6fca7f0b4050fac2258648
[I 03:05:19.500 NotebookApp] Accepting one-time-token-authenticated connection from ::1

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.