diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..68a9440 --- /dev/null +++ b/404.html @@ -0,0 +1,432 @@ + + + +
+ + + + + + + + + + + + + + +shinyobservable.Observable
+
+
+
+ Bases: object
Create an Observable notebook instance
+ + + +Parameters:
+Name | +Type | +Description | +Default | +
---|---|---|---|
notebook |
+
+ str
+ |
+
+
+
+ The URL of the notebook to be embedded. + |
+ + required + | +
cells |
+
+ list
+ |
+
+
+
+ The cells to be embedded. If |
+
+ None
+ |
+
width |
+
+ int | str
+ |
+
+
+
+ The width of the notebook element. + |
+
+ None
+ |
+
shinyobservable/_core.py
redefine(**kwargs)
+
+Redefine cells of the embedded notebook
+ + + +Examples:
+>>> # Redefine the data cell of a notebook
+>>> nb = Observable("some-notebook").redefine(
+... data=[
+... dict(x=1, y=2),
+... dict(x=2, y=4)
+... ]
+... )
+>>>
+
shinyobservable/_core.py
shinyobservable.ObservableRenderer
+
+
+
+ Bases: Renderer[Observable]
A decorator for a function that returns an Observable
object
shinyobservable/render.py
shinyobservable.output_observable(id)
+
+Create an output control for an Observable
object
Parameters:
+Name | +Type | +Description | +Default | +
---|---|---|---|
id |
+
+ str
+ |
+
+
+
+ An output id. + |
+ + required + | +
shinyobservable/ui.py
shinyobservable.ObservableContext
+
+
+
+ Bases: object
Create an Observable context instance
+ + + +Parameters:
+Name | +Type | +Description | +Default | +
---|---|---|---|
id |
+
+ str
+ |
+
+
+
+ The output id of the notebook instance to be updated. + |
+ + required + | +
session |
+
+ Session
+ |
+
+
+
+ A Shiny session. If |
+
+ None
+ |
+
shinyobservable/_context.py
{"use strict";/*!
+ * escape-html
+ * Copyright(c) 2012-2013 TJ Holowaychuk
+ * Copyright(c) 2015 Andreas Lubbe
+ * Copyright(c) 2015 Tiancheng "Timothy" Gu
+ * MIT Licensed
+ */var Va=/["'&<>]/;qn.exports=za;function za(e){var t=""+e,r=Va.exec(t);if(!r)return t;var o,n="",i=0,s=0;for(i=r.index;i