Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Is it possible to start Jupyter Notebook in NiFi?

avatar
Contributor

Is it possible to create a flow in NiFi that after all the data ingestion and ETL complete, the pipeline triggers a Jupyter Notebook directly to kick off the Data Science model on the completed dataset?

Thank you.

1 REPLY 1

avatar
New Contributor

Yes. You can use the Kernel Gateway feature of Jupyter to trigger notebooks over REST. Or you can also go over ZeroMQ. https://ndres.me/post/jupyter-notebook-rest-api/