-
Hi,
the following minimal working example works with declarativewidgets installed. As soon as the dashboard extension is installed, the `html` part loads indefinitely (a blue bar running below the ce…
-
My largest, and perhaps the only stumbling stone with nbpresent so far is the scales of everything. Since the presentation css is the same (?) as in the notebook, most things are tiny in a slideshow.
…
-
#### WinPython 2016-01 (2016-02-09)
Features:
- Highlight:
- Jupyter Notebook 4.1 / Ipython 4.1.1 ('Search & replace' and 'run_all' options), bokeh 0.11.0
- numpy 1.10.4 and numba 0.23.1 now allo…
-
```
(pgmpy-env)pgmpy # nosetests3
...........................................................................................................................E..........................................…
-
I've been getting this error after installing jedi a virtualenvironment using jedi:install-server
``` python
Traceback (most recent call last):
File "/Users/imalison/.emacs.d/.python-environments/d…
-
I proposed to follow-up here the plan for next release.
An intermediate release is planned in November, to fix annoying defaults.
Top comment (this one), would be updated from progress, links and in…
-
Man, I'll just leave this here...
```
/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/match-iterator.js:15
Hide Stack Trace
SyntaxError: Invalid regular …
-
I'm running blaze and odo from master, and I get the following error when loading an Impala data source (I've obscured the IP address):
``` python
In [2]: data = bz.Data('impala://X.X.X.X/default::re…
-
I have a small block in an Rmarkdown document in which I am trying to include an rbokeh plot.
``` r
'''{r}
library(rbokeh)
p %
ly_points(Sepal.Length, Sepal.Width, data = iris,
color = Specie…
-
The profile currently prints names a bit oddly. In particular
```
(f, (g,)) -> f
(lambda x: x,) -> <lambda>
```
The first is also a problem in dot printing.