The output_notebook
uses the INLINE
method to load the Javascript and CSS libraries for Bokeh. The INLINE
resource allows a Bokeh plot to be rendered without an internet connection.
Alternatively, the CDN
resource can be used if an internet connection is available.
The INLINE
resource is too large to render on Github Gists thereby limiting the online editting abilities of the gist.
Notebook Version | File Size |
---|---|
INLINE |
1713034 |
CDN |
210484 |
from bokeh.io import output_notebook
output_notebook()
from bokeh.io import output_notebook
from bokeh.resources import CDN
output_notebook(resources=CDN)
GrapeFruit is a pure Python module that let you easily manipulate and convert color information. Its Primary goal is to be natural and flexible.
The original version is Python 2.