当我编写IPython笔记本时,我按照这样格式化表格:
| **Type** | **Object Description** |
| ------------- |:-------------:|
| int | Integer |
|float | Floating point number e.g. 3.142|
|bool| Boolean value that can only have two values ‘True’ or ‘False’|
|str| String of characters
|None| The python 'null' value|
它们在我的笔记本中完美呈现,包括动态和html视图。但我最近发现同事们无法查看它们令我感到沮丧。
任何人都知道为什么?