Piotr
Piotr
Hi @hmcvieira, Right now there is no code for this, but it would be a nice feature. I'll be happy to add it. May I ask about details about your...
Maybe you should just check `nbconvert` tool for this?
Hi @MrStrzelec, Have you tried to start with `mercury run`? Additionally you can start server in verbose mode `mercury run --verbose`. If you would like to run each part of...
I have no idea right now what might be the issue. Is it running on 127.0.0.1?
Could you please add `--verbose` argument to server start command? Let's check if worker is connecting to the correct IP address.
Looks like process that is running server doesnt have permission to write logs to the directory. This might be connected to https://github.com/mljar/mercury/issues/384 I will need some time to make it...
Great that it is working! Do you have data file in the same directory as notebook? It should read file if it is in the same directory. Alternative might be...
This is strange, could you provide full error message? Maybe try to print out the working directory before loading files, just to check the path. Try to add code: ```python...
Do you have notebook file in the same directory in which you start worker?
Hi @keyvan-najafy, @kskadart, What operating system are you using? How to reproduce your environment?