Jupy上的排序错误

2024-05-11 19:38:11 发布

您现在位置:Python中文网/ 问答频道 /正文

下面的代码在我的解释器上运行得非常好

a = [5, 1, 4, 3]
b = sorted(a)

为什么当我从Jupiter运行它时会出现这个错误:

^{pr2}$

版本:

Server Information:
You are using IPython notebook.

The version of the notebook server is 3.2.0-8b0eef4 and is running on:
Python 2.7.10 |Anaconda 2.3.0 (64-bit)| (default, May 28 2015, 16:44:52) [MSC v.1500 64 bit (AMD64)]

Current Kernel Information:
Python 2.7.10 |Anaconda 2.3.0 (64-bit)| (default, May 28 2015, 16:44:52) [MSC v.1500 64 bit (AMD64)]
Type "copyright", "credits" or "license" for more information.

IPython 3.2.0 -- An enhanced Interactive Python.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.
%guiref   -> A brief reference about the graphical user interface.

Tags: andofthedefaultforinformationobjectis