In [22]:
from IPython.display import IFrame
IFrame('https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Open_Access/Signalling_OA-ness#In_a_nutshell', width='100%', height=600)
Out[22]:
In [18]:
from IPython.display import IFrame
IFrame('https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Open_Access/Wikimania2014/Malaria', width='100%', height=600)
Out[18]:
In [19]:
from IPython.core.display import HTML
HTML("<style> \
.rendered_html, .rendered_html p { \
font-family: Sans-Serif; \
font-size: 22pt; \
line-height: 1.1; \
} \
.rendered_html blockquote p { \
font-style: italic; \
font-size:32pt; \
color: #666; \
line-height: 1.3; \
} \
\
.rendered_html li { \
line-height: 1.5; \
} \
\
.rendered_html h1{ \
margin: 2em 0 1em 0; \
padding-top: 65px; \
font-size: 42pt; \
line-height: 1.25; \
text-align:left; \
} \
\
.rendered_html h2{ \
margin: 2em 0 1em 0; \
font-size: 36pt; \
line-height: 1.25; \
} \
\
.input_prompt { \
font-family: Sans-Serif; \
} \
\
.CodeMirror-lines { \
font-family: Sans-Serif; \
} \
\
.output_area { \
font-family: Sans-Serif; \
} </style> ")
Out[19]: