Hussain Sultan
Hussain Sultan
I am having the same issue and i am going to try running it with gunicorn and see. Thanks!
``` python import bcolz import numpy as np import datetime a = bcolz.carray(np.array(['2007-07-13', '2006-01-13', '2010-08-13'], dtype='datetime64'), mode="w") b = bcolz.carray(np.array([1, 2,3], dtype='int'), mode="w") ``` this works! ``` python eval("a <...
@esc @FrancescAlted is the fix here to catch the numexpr AttributeError to the try except block [here](https://github.com/Blosc/bcolz/blob/master/bcolz/chunked_eval.py#L218), so it falls back to Python VM?
cc: @naatebarber
Yes, @naatebarber how is next Thursday at 4p?
For a dynamic MUX type architecture where a new language kernel is instantiated and can directly hook with the server over ZMQ for a websocket bridge, i think IPython may...
Thanks. You could still have the kernel emit events/messages to the front-end. Some of the current IPython machinery could be monkeypatched to do this. It already does that with kernel...
CDS version of airgap documentation installation here: https://www.cloudera.com/documentation/data-science-workbench/latest/topics/cdsw_install.html > CSD-based installs in an airgapped environment, put the Cloudera Data Science Workbench parcel into a new hosted or local parcel repository,...
@sodre creating a parcel will solve this issue for Cloudera managed Hadoop clusters and I am not sure thats the most general answer as @jcrist mentioned. Perhaps, the best answer...
late to the party here. I am happy to pick-up some work for the release if it doesnt come in the way of @TomAugspurger and @moody-marlin