g**********l 发帖数: 214 | 1 请问一下大牛经验
我用excel and python 做了一个POC. excel to pass in parameters into python (
via xlwings) as the backend for computation (simulation).
now i just send the xls, pyc, and csv (underlying data) files to the
business users for POC.
现在要 implement, 给大概20人用。同时要求不大,最多5个人会同时用。
请问有什么折腾比较小的建议来implement.
(最简单的就是把这几个文件丢到network drive上, one copy only. 但同时用,
excel可能不太好用?)
所以想请教大家一下经验。(like maybe use ipython notebook as the user UI and
run a python webservice?)
thanks! |
O*O 发帖数: 2284 | 2 flask?
and
【在 g**********l 的大作中提到】 : 请问一下大牛经验 : 我用excel and python 做了一个POC. excel to pass in parameters into python ( : via xlwings) as the backend for computation (simulation). : now i just send the xls, pyc, and csv (underlying data) files to the : business users for POC. : 现在要 implement, 给大概20人用。同时要求不大,最多5个人会同时用。 : 请问有什么折腾比较小的建议来implement. : (最简单的就是把这几个文件丢到network drive上, one copy only. 但同时用, : excel可能不太好用?) : 所以想请教大家一下经验。(like maybe use ipython notebook as the user UI and
|
g**********l 发帖数: 214 | 3 hm~~, flask 没用过,Google 了一下,好像折腾一点,能用。
但想问一下这个跟ipython notebook 比有啥优势吗?
谢谢 |
W****n 发帖数: 141 | 4 try this one, it can be shared with others. https://zeppelin.incubator.
apache.org/ |
x***u 发帖数: 297 | 5 和 ipython notebook 比较呢?
[发表自未名空间手机版 - m.mitbbs.com]
【在 W****n 的大作中提到】 : try this one, it can be shared with others. https://zeppelin.incubator. : apache.org/
|
l******n 发帖数: 9344 | 6 zeppelin不错,就是现在功能有限,算个半成品
看你的情况,R + Shiny比较合适
【在 W****n 的大作中提到】 : try this one, it can be shared with others. https://zeppelin.incubator. : apache.org/
|