Issue
I have result of Dimension reduction using principal component method and I want to show that result on web portal by just making a web page where user select the variable and do analysis. I have ipynb file which is juypter notebook file. any solutions for this ??
Solution
Now I got the solution of this---
- First convert ipnyb file to py file and read that file in python environment and run the file.
- Output comes up
- get http response by using http web client api.
- Now Read the output data in any language you are comfort with. as I Read this using asp .net and python engine and made web portal using this file.
Answered By - Akash Tripathi Answer Checked By - Clifford M. (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.