给出markdown
中markdown
单元内的以下jupyter
内容:
Addressing the major points of *Data Curation*:
| Activity | How addressed |
|:-|:-|
| Collection | N/A: The means of data acquisition are not in scope |
| Organization | Three base tables (inventory,sales,customer_relations) and two join-views. The views represent the combined/shared knowledge between (inv,sales) and (sales,CR) |
| Storage | N/A: Data is stored in a local instance of an RDBMS. That is insufficient for any meaningful use cases in which failover/DRP/scalability would be required |
| Preservation | N/A: A proper auditing and historical tables would be created via trigger actions but that is out of scope |
它可以在jupyter
本身中很好地呈现:
但是,通过
转换为tex
之后
ipython nbconvert --to=latex is531_hw1.ipynb
按以下方式“压缩”表:
注意:notebook
的其余部分看起来不错-包括markdown
的另一部分。仅markdown
表被混搭。
有任何解决方法吗?