-
Execute the following protocol in the Jupyter notebook -- the CLI is fine.
Compare the time that the pump actions (which are supposed to occur simultaneously) get processed, as indicated by the log…
-
It seems like I used to get much higher resolution (perhaps a vector display?) from a TriMesh visualization. Now, the mesh resolution (edges) is fairly low. It DOES dynamically adjust with zoom, but i…
-
Below I attempt to compute something using an `h5py.Dataset`. To confirm that it isn't some other issue like data size, chunking, etc., I compute the same thing with a `numpy.ndarray`. In both cases, …
-
I'm noticing some unpleasant verbose output when calling scale on a KubeCluster:
```python
from dask_kubernetes import KubeCluster
cluster = KubeCluster()
cluster.scale(2)
```
Based on m…
-
I'm trying to load the [lidar example](https://github.com/bokeh/datashader/blob/master/examples/lidar.ipynb) but I got an import error at:
```
from holoviews.operation import datashade
Traceback …
-
I initially reported this issue to matplotlib, but we subsequently discovered that it only occurs with the conda distribution of matplotlib. It works fine if matplotlib is installed with pip.
…
-
Referencing: #596 and #564
For saving an image you have first open it in the browser,
for example in jupyter: `plotly.offline.plot(fig, filename=filename, image='svg')`
opens a new tab and downloa…
-
After running a few initial commands in a new IPython console (regardless of what they may be), line execution automatically defaults to multline mode and slows down considerably.
For example:
Openi…
-
I started using jupyter lab yesterday. The problem is that I cannot get interactive plot in jupyter lab. If I open jupyter notebook, everything works fine with zooming and coordinates. But it doesn't…
-
I installed Miniconda with python 3.6 on a Mac:
I created a Miniconda environment named `exoctk`:
```
% cat environment.yml
name: exoctk
channels:
- defaults
dependencies:
- astropy
…