[IPython-dev] nbviewer, slideviewer and markdown

Satrajit Ghosh satra at mit.edu
Tue Jun 4 09:31:26 EDT 2013


hi all,

neither nbviewer or slideviewer interprets markdown of the following syntax
properly. it works fine in the notebook though.

```python
>>> import numpy as np
>>> import scipy.io as sio
```

or

```
>>> import numpy as np
>>> import scipy.io as sio
```

also would it be easily possible to tweak these viewers to put a scrollbox
with click expand/collapse for long output, much like the notebook actually
does?

cheers,

satra
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130604/f3fa9c5c/attachment.html>


More information about the IPython-dev mailing list