Olá comunidade!
Preciso rodar um script python que criei no jupyter notebook no UiPath, poderiam me explicar de que maneira posso fazer isso?
Ei @devrpa746
Os seguintes recursos podem ajudá-lo com o mesmo:
WIth the release of a new version of UiPath, python support has been added. Could anyone please give me some working examples of how I can invoke a python function, method or something to my project?
Unfortunately the description of the methods on the official UiPath website doesn’t really make it clear to me how to use it.
For instance, I need to run a very simple python code where I have some input variables and maybe some output. What activity do I use for it?
Another question: what if my …
espero que isto ajude
Olá! Neste exemplo ele faz com um arquivo .py , preciso de um exemplo .ipynb
@devrpa746
O UiPath Studio não oferece suporte à execução direta de notebooks Jupyter (arquivos .ipynb). Você pode consultar o tópico a seguir sobre como converter e executar esses arquivos.
Hello Everyone,
I have a requirement to execute a Jupyter Notebook script through UiPath. I was able to do it through Command prompt using jupyter nbconvert --to notebook --execute mynotebook.ipynb command. I have been reading the option of using Invoke Python Activity through API interface. I have used Invoke Python activity for .py scripts which has defined invoke method and input argument to pass it in the activity but I am not able to follow same approach with Jupyter Notebook. Can someone …
espero que isto ajude.