Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. D:\>jupyter-console
  2. Jupyter console 5.2.0
  3.  
  4. Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)]
  5. Type "copyright", "credits" or "license" for more information.
  6.  
  7. IPython 5.5.0 -- An enhanced Interactive Python.
  8. ? -> Introduction and overview of IPython's features.
  9. %quickref -> Quick reference.
  10. help -> Python's own help system.
  11. object? -> Details about 'object', use 'object??' for extra details.
  12.  
  13.  
  14.  
  15. In [1]: print("\xa7")
  16. Traceback (most recent call last):
  17. File "c:\python27\lib\runpy.py", line 174, in _run_module_as_main
  18. "__main__", fname, loader, pkg_name)
  19. File "c:\python27\lib\runpy.py", line 72, in _run_code
  20. exec code in run_globals
  21. File "C:\Python27\Scripts\jupyter-console.exe\__main__.py", line 9, in <module>
  22. File "c:\python27\lib\site-packages\jupyter_core\application.py", line 266, in launch_instance
  23. return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
  24. File "c:\python27\lib\site-packages\traitlets\config\application.py", line 658, in launch_instance
  25. app.start()
  26. File "c:\python27\lib\site-packages\jupyter_console\app.py", line 155, in start
  27. self.shell.mainloop()
  28. File "c:\python27\lib\site-packages\jupyter_console\ptshell.py", line 508, in mainloop
  29. self.interact()
  30. File "c:\python27\lib\site-packages\jupyter_console\ptshell.py", line 500, in interact
  31. self.run_cell(code, store_history=True)
  32. File "c:\python27\lib\site-packages\jupyter_console\ptshell.py", line 555, in run_cell
  33. self.handle_iopub(msg_id)
  34. File "c:\python27\lib\site-packages\jupyter_console\ptshell.py", line 696, in handle_iopub
  35. print(sub_msg["content"]["text"], end="")
  36. File "c:\python27\lib\site-packages\colorama\ansitowin32.py", line 40, in write
  37. self.__convertor.write(text)
  38. File "c:\python27\lib\site-packages\colorama\ansitowin32.py", line 141, in write
  39. self.write_and_convert(text)
  40. File "c:\python27\lib\site-packages\colorama\ansitowin32.py", line 169, in write_and_convert
  41. self.write_plain_text(text, cursor, len(text))
  42. File "c:\python27\lib\site-packages\colorama\ansitowin32.py", line 174, in write_plain_text
  43. self.wrapped.write(text[start:end])
  44. File "c:\python27\lib\encodings\cp862.py", line 12, in encode
  45. return codecs.charmap_encode(input,errors,encoding_map)
  46. UnicodeEncodeError: 'charmap' codec can't encode character u'\ufffd' in position 0: character maps to <undefined>
  47. [IPKernelApp] WARNING | Parent appears to have exited, shutting down.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement