jupyter notebook abnormal start

An input terminal

jupyter notebook

It will be reported as abnormal

The Jupyter HTML Notebook.

 

This will start a tornado of HTML-based notebook server that provides a html5 /

javascript notebook client.

 

Traceback (most recent call last):

  File "/usr/local/bin/jupyter-notebook", line 10, in <module>

    sys.exit(main())

  File "/usr/local/lib/python2.7/site-packages/jupyter_core/application.py", line 266, in launch_instance

    return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)

  File "/usr/local/lib/python2.7/site-packages/traitlets/config/application.py", line 657, in launch_instance

    app.initialize(argv)

  File "</usr/local/lib/python2.7/site-packages/decorator.pyc:decorator-gen-7>", line 2, in initialize

  File "/usr/local/lib/python2.7/site-packages/traitlets/config/application.py", line 89, in catch_config_error

    app.print_help()

  File "/usr/local/lib/python2.7/site-packages/traitlets/config/application.py", line 385, in print_help

    self.print_subcommands()

  File "/usr/local/lib/python2.7/site-packages/traitlets/config/application.py", line 377, in print_subcommands

    print(os.linesep.join(lines))

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 4: ordinal not in range(128)

Answer was found on Github

Running in a terminal: LANG = zn jupyter notebook

prefect!!!!!!!!!!!!!!

Guess you like

Origin www.cnblogs.com/tryFighting/p/10986060.html