Piotr
Piotr
Please try to set `REACT_APP_SERVER_WS` to your address as well. For example: `ws://mercury:9000`. The `REACT_APP_SERVER_WS` sets the websocket server address, it is shared between client and worker.
Thank you @keyvan-najafy for steps description with fix. Yes, there is some miss mach that should be fixed.
Hi @mariliaribeiro, Here is code that creates job for worker https://github.com/mljar/mercury/blob/4a404b30cb601275c1f591c6d9f9ef22b584698b/mercury/apps/ws/client.py#L137-L148 Here is code that starts worker process based on job params https://github.com/mljar/mercury/blob/4a404b30cb601275c1f591c6d9f9ef22b584698b/mercury/apps/ws/tasks.py#L34-L43 Sorry, that not everything is working smoothly...
This might be an issue with hard coded worker address.
Hi @mikep11, do you make any changes in the dockerfile? is your project on github?
Hi @mikep11, There must be some bug in our deployment code. Have you managed to run Mercury locally?
Hi @codinggeeks06, I will check but don't have time right now.
I would love to add `table` widget to Mercury. Can you please describe more your use case? How large is your data (cols, rows)? What data type do you have?...
It should be possible to add some js/html to notebook displayed in Mercury. How did you try?
Hi @kriyanshishah, That would be fantastic feature. It is not yet available, but I would like to implement it.