izumi.qu
SSolara
•Created by izumi.qu on 11/19/2024 in #questions-issues
Missing Static Assets in Solara Installation (main8.css)
2 replies
SSolara
•Created by izumi.qu on 7/5/2024 in #questions-issues
why use_routes can't work in jupyterlab?
4 replies
SSolara
•Created by izumi.qu on 6/19/2024 in #questions-issues
how to use on_kernel_start
I want to initial some data, when I run in notebook thsee code works, but when deploy in py these doesn't work!
if Record_initialing.value:
# print('检测执行情况')
set_roundinfo(latestround)
dfRBI=RecalUIDataFrame(dfroundbattleinfo,False) # print(dfRBI) UpdateGraphic(dfRBI.copy()) UpdateUIDataFrame(dfRBI.copy())
#更新画图,记录也执行一次显示出表头? Record_initialing.value=False I copy those into standalone @solara.lab.on_kernel_start def pageinitial(): and it go wrong with function undefined I move on_kernel_start back to the page and it doesn't work. How to use kernel_start?
dfRBI=RecalUIDataFrame(dfroundbattleinfo,False) # print(dfRBI) UpdateGraphic(dfRBI.copy()) UpdateUIDataFrame(dfRBI.copy())
#更新画图,记录也执行一次显示出表头? Record_initialing.value=False I copy those into standalone @solara.lab.on_kernel_start def pageinitial(): and it go wrong with function undefined I move on_kernel_start back to the page and it doesn't work. How to use kernel_start?
3 replies
SSolara
•Created by izumi.qu on 6/15/2024 in #questions-issues
How can I Identify whether cellphone or PC is visiting my page
4 replies
SSolara
•Created by izumi.qu on 5/20/2024 in #questions-issues
chatbox child doesn't refresh
I use the same component , but in chatbox the component didn't countdown, how can I plus a countdown buttons for each individual message in chatbox?
1 replies
SSolara
•Created by izumi.qu on 4/30/2024 in #questions-issues
anaconda prompt launching py files error
12 replies