mining icon indicating copy to clipboard operation
mining copied to clipboard

Business Intelligence (BI) in Python, OLAP

Results 68 mining issues
Sort by recently updated
recently updated
newest added

``` root@g-virtual-machine:~/work/mining# docker run 10f825960da2 OpenMining start server at: 0.0.0.0:8888 OpenMining start server at: 0.0.0.0:8888 Bottle v0.12.7 server starting up (using GeventWebSocketServer())... Listening on http://0.0.0.0:8888/ Hit Ctrl-C to quit. ```...

bug

from plugin import websocket This code gives the below error ModuleNotFoundError: No module named 'plugin'

For now OpenMining has a bug inside install command and it works fine only if install with `setup.py develop` command because some static files were not installed.

bug

Traceback (most recent call last): File "manage.py", line 24, in from mining.bin.scheduler import scheduler_app File "D:\Python27\Lib\site-packages\gevent\builtins.py", line 93, in __import__ result = _import(*args, **kwargs) File "C:\Users\Documents\Visual Studio 2012\Projects\PythonProject\mining\mining\bin\scheduler.py", line 13,...

Hi, I am trying to install it in Mac OS. And, I am getting error. Following are my command line readings: pip install mining Collecting mining Using cached https://files.pythonhosted.org/packages/7a/b6/8288426c4aa010222619105c3649b31a7814dde17f4d5383a29046d24a10/mining-0.2.0.tar.gz Complete...

dashboad.html not contain code for pie chart

I run demo app as described in README and found that "Sales Bar" chart doesn't appear.