Replies: 2 comments 2 replies
-
@joshy depending on what you would like to achieve, maybe using Technically it would not really be REST, but with |
Beta Was this translation helpful? Give feedback.
-
I found a solution at least for writing the http handler in a notebook. It is the Jupyter Kernel Gateway with notebook-http mode. It let's me write http handlers in cells and I can run it with jupyter. # GET /hello/world
print("hello world") Can I run voila with jupyter_kernel_gateway? |
Beta Was this translation helpful? Give feedback.
-
I am using voila for deploying small applications as jupyter notebooks. Some times I don't need a frontend but just some services which can be accessed via http. The nice thing about jupyter and its eco-system is, that I can change the notebook, save it and it is immediately deployed in production with voila. Is there a way to run a jupyter notebook with voila which acts as a REST server? Maybe it is a stupid question but especially for microservices it would be great. Thanks for your time and keep up the great work!
Best regards,
Joshy
Beta Was this translation helpful? Give feedback.
All reactions