Учитывая следующее 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
:
![enter image description here](https://i.stack.imgur.com/Gjsb8.png)
Однако после преобразования в tex
через
ipython nbconvert --to=latex is531_hw1.ipynb
Таблица «сжата» следующим образом:
![enter image description here](https://i.stack.imgur.com/upTfCm.png)
Примечание: остальные части notebook
выглядят хорошо - включая другую часть markdown
. Просто markdown
столы растираются.
Есть ли обходные пути для этого?