Issue
I want to build docs using sphinx and ipython directive. I try on simple command in .rst document:
.. ipython:: python
import datatable as dt
DT = dt.Frame(A=range(5))
DT
In jupyter notebook results look well:
but during building make html results corrupted:
what could be the reason?
It works well with pandas or python.
Solution
Known issue in ipython here is a link to issue: https://github.com/ipython/ipython/issues/11424
Answered By - Viktor Demin
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.