This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / IPython / lib / display / ScribdDocument

class

IPython.lib.display:ScribdDocument

source: /IPython/lib/display.py :356

Signature

class   ScribdDocument ( id width = 400 height = 300 ** kwargs )

Members

Summary

Class for embedding a Scribd document in an IPython session

Extended Summary

Use the start_page params to specify a starting point in the document Use the view_mode params to specify display type one off scroll | slideshow | book

e.g to Display Wes' foundational paper about PANDAS in book mode from page 3

ScribdDocument(71048089, width=800, height=400, start_page=3, view_mode="book")

Aliases

  • IPython.display.ScribdDocument