第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

Dash-plotly 部署為 Android 或 IOS 的 apk

Dash-plotly 部署為 Android 或 IOS 的 apk

當(dāng)年話下 2023-09-26 15:12:18
有沒(méi)有辦法為 Android 或 IOS 創(chuàng)建一個(gè) dash-plotly 應(yīng)用程序?我已經(jīng)閱讀了一些Beeware文檔,但我仍然不知道如何獲取我的儀表板并將其包含到 app.py 默認(rèn)文件中:import togafrom toga.style import Packfrom toga.style.pack import COLUMN, ROWclass Matics(toga.App):    def startup(self):        """        Construct and show the Toga application.        Usually, you would add your application to a main content box.        We then create a main window (with a name matching the app), and        show the main window.        """        main_box = toga.Box()        self.main_window = toga.MainWindow(title=self.formal_name)        self.main_window.content = main_box        self.main_window.show()def main():    return Matics()他們提供的示例是一個(gè) Hello world 應(yīng)用程序,其代碼如下:class HelloWorld(toga.App):    def startup(self):        main_box = toga.Box(style=Pack(direction=COLUMN))        name_label = toga.Label(            'Your name: ',            style=Pack(padding=(0, 5))        )        self.name_input = toga.TextInput(style=Pack(flex=1))        name_box = toga.Box(style=Pack(direction=ROW, padding=5))        name_box.add(name_label)        name_box.add(self.name_input)        button = toga.Button(            'Say Hello!',            on_press=self.say_hello,            style=Pack(padding=5)        )        main_box.add(name_box)        main_box.add(button)        self.main_window = toga.MainWindow(title=self.formal_name)        self.main_window.content = main_box        self.main_window.show()    def say_hello(self, widget):        print("Hello", self.name_input.value)我還沒(méi)有找到一種方法將破折號(hào)圖代碼包含在 main_box 中。我的目標(biāo)是將儀表板作為 Android 的 APK,所以如果 beeware 不是解決方案,我會(huì)很高興看到解決方案是什么。
查看完整描述

1 回答

?
互換的青春

TA貢獻(xiàn)1797條經(jīng)驗(yàn) 獲得超6個(gè)贊

要將公文包代碼部署到 apk 中,首先在項(xiàng)目目錄中打開(kāi)命令提示符,然后在命令窗口中鍵入:

briefcase create android

完成所有工作后,然后鍵入:

briefcase build android

然后需要幾分鐘的時(shí)間,然后你的 apk 將被創(chuàng)建,并為此創(chuàng)建一個(gè) iOS 應(yīng)用程序,你需要和 Mac PC 和命令是相同的,但你必須用 iOS 替換 android .. 謝謝


查看完整回答
反對(duì) 回復(fù) 2023-09-26
  • 1 回答
  • 0 關(guān)注
  • 116 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)