Home > other >  WIN10 install Jupyter errors
WIN10 install Jupyter errors

Time:10-09

C: \ Windows \ system32 & gt; Jupyter notebook
Traceback (the most recent call last) :
File "c: \ users \ \ administrator \ \ appdata \ local \ designed \ python python35 \ lib \ runpy py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c: \ users \ \ administrator \ \ appdata \ local \ designed \ python python35 \ lib \ runpy py", line 85, in _run_code
The exec (code, run_globals)
File "C: \ Users \ \ Administrator \ \ AppData \ Local \ designed \ Python Python35 \ Scripts \ jupyter - notebook. EXE \ __main__ py", line 9, the in & lt; module>
The File "c: \ users \ \ administrator \ \ appdata \ local \ designed \ python python35 \ lib \ site - packages \ jupyter_core \ application py", line 266, in launch_instance
Return super (JupyterApp, CLS). Launch_instance (argv=argv, * * kwargs)
The File "c: \ users \ \ administrator \ \ appdata \ local \ designed \ python python35 \ lib \ site - packages \ traitlets \ config \ application py", line 657, in launch_instance
App. The initialize (argv)
File "The File "c: \ users \ \ administrator \ \ appdata \ local \ designed \ python python35 \ lib \ site - packages \ traitlets \ config \ application py", line 87, in catch_config_error
The return method (app, * args, * * kwargs)
The File "c: \ users \ \ administrator \ \ appdata \ local \ designed \ python python35 \ lib \ site - packages \ notebook \ notebookapp py", line 1368, in the initialize
Self. Init_webapp ()
The File "c: \ users \ \ administrator \ \ appdata \ local \ designed \ python python35 \ lib \ site - packages \ notebook \ notebookapp py", line 1161, in init_webapp
Self. Jinja_environment_options
The File "c: \ users \ \ administrator \ \ appdata \ local \ designed \ python python35 \ lib \ site - packages \ notebook \ notebookapp py", line 154, in __init__
Base_url default_url, settings_overrides jinja_env_options)
The File "c: \ users \ \ administrator \ \ appdata \ local \ designed \ python python35 \ lib \ site - packages \ notebook \ notebookapp py", line 263, in init_settings
Nbextensions_path=jupyter_app nbextensions_path,
The File "c: \ users \ \ administrator \ \ appdata \ local \ designed \ python python35 \ lib \ site - packages \ notebook \ notebookapp py", line 874, in nbextensions_path
The from IPython. Paths import get_ipython_dir
File "c: \ users \ \ administrator \ \ appdata \ local \ designed \ python python35 \ lib \ site - packages \ IPython \ set py", line 55, in & lt; module>
From the terminal. The embed import embed
The File "c: \ users \ \ administrator \ \ appdata \ local \ designed \ python python35 \ lib \ site - packages, IPython, terminal, embed the py", line 15, in & lt; module>
The from IPython. Core. Interactiveshell import DummyMod, interactiveshell
The File "c: \ users \ \ administrator \ \ appdata \ local \ designed \ python python35 \ lib \ site - packages \ IPython \ core \ interactiveshell py", line 61, in & lt; module>
The from IPython. Utils import IO
The File "c: \ users \ \ administrator \ \ appdata \ local \ designed \ python python35 \ lib \ site - packages \ IPython \ utils \ IO py", line 88, in & lt; module>
Devnull=open (OS devnull, 'w')
No FileNotFoundError: [Errno 2] to a file or directory: 'nul'

CodePudding user response:

You after it is installed or installed not installed to use this command to start the same environmental problem is the lack of vc + + build tools

CodePudding user response:

CMD into python script installation directory, the command line, enter PIP install jupyter

CodePudding user response:

C: \ Python \ Python35 \ Scripts> Jupyter notebook
Traceback (the most recent call last) :
The File "c: \ python \ python35 \ lib \ runpy py", line 170, in _run_module_as_main
"__main__", mod_spec)
The File "c: \ python \ python35 \ lib \ runpy py", line 85, in _run_code
The exec (code, run_globals)
The File "C: \ Python \ Python35 \ Scripts \ jupyter - notebook. EXE \ __main__ py", line 4, the in & lt; module>
The File "c: \ python \ python35 \ lib \ site - packages, notebook, just set py", line 25, in & lt; module>
From the nbextensions import install_nbextension
The File "c: \ python \ python35 \ lib \ site - packages \ notebook \ nbextensions py", line 605, in & lt; module>
From the extensions import (
The File "c: \ python \ python35 \ lib \ site - packages \ notebook \ extensions py", line 8, the in & lt; module>
The from tornado. The log import LogFormatter
The File "c: \ python \ python35 \ lib \ site - packages \ tornado \ log p y", line 34, in & lt; module>
The from tornado. Escape the import _unicode
The File "c: \ python \ python35 \ lib \ site - packages \ tornado \ escape py", line 27, the in & lt; module>
The from tornado. Util import unicode_type
The File "c: \ python \ python35 \ lib \ site - packages \ tornado \ util py", line 21, in & lt; module>
The from typing the import (
ImportError: always import a name 'Type'

How to do this, run directly jupyter notebook EXE flash back have no action
  • Related