Reputation: 1
I have a Jupyter notebook that contains code that does some operation. I want to connect frontend with this backend code. I know that I have to convert this file into an API which my frontend code will call. Will I have to convert this file into a .py
file which will be further converted into an API? Or does the file need to be converted into an API directly?...Pls anybody help
Upvotes: -4
Views: 37