Deploy your Python Data App to the Web for Free - Dash

Поделиться
HTML-код
  • Опубликовано: 29 ноя 2024

Комментарии • 76

  • @simonfangos
    @simonfangos Год назад +8

    I was very sad when i saw that Heroku message and i noticed that my account didnt work. Then i realized i was not alone, and i found this video. Thanks a lot, plotly team :)

  • @stargazer8465
    @stargazer8465 Год назад +2

    Thank you Plotly team!! Having videos like these is such a brilliant way of sharing your product with us! So informative and helpful

    • @Plotly
      @Plotly  Год назад

      thanks for watching.

  • @zilaleizaldin1834
    @zilaleizaldin1834 2 дня назад +1

    Thank you very very much. It is straightforward steps.

  • @gabrielaserafim2436
    @gabrielaserafim2436 Год назад +2

    for those who can't upload it i recommend you adding all the libraries youre using to the requirements.txt. i couldnt deploy my code and since i put all the libraries in i could do it. i was using spicy and numpy btw

    • @Plotly
      @Plotly  Год назад +1

      Thank you for sharing your solution, Gabriela.

  • @sparshrawlani7130
    @sparshrawlani7130 4 месяца назад +1

    That worked like a charm. Thank You!

  • @akashnag3879
    @akashnag3879 Месяц назад +1

    Thank you very much. It was a great help

  • @venkat2132
    @venkat2132 2 года назад +2

    Can we export the dash local running app to browser file as html or mht format with callback interactivity. so that we can send that mht or browser file to someone for the quick share instead of deploying to some server?

    • @Plotly
      @Plotly  2 года назад

      hi @Trending videos That's a very good question, I don't think so. But try to ask this on the Forum. We might get a better answer there.

    • @andrewhenderson593
      @andrewhenderson593 Год назад

      I was thinking the same, but when I try to open the Html file it doesn't open it. Were you able to do that?

  • @amen6569
    @amen6569 Год назад +2

    Thank you for this video.
    Can you do one for cloudera please?

  • @precise_pace
    @precise_pace 4 месяца назад

    This is great it helped a lot, just struggled with updating latest commits until I checked the `Manual deploy` button to redoply and update changes. It there a way to atuo update the app on render?

    • @Plotly
      @Plotly  4 месяца назад

      hi @precise_pace, if your Github repo is connected to Render, the app should actually update automatically every time you make a change in the repo.

  • @BandhalaRajaSelvam
    @BandhalaRajaSelvam Год назад

    I have flask app running with jQuery datatable and some chart JS , i just want to replace those items from the page but remain contact should be maintain , can i have any idea

  • @danielbertuzzi6953
    @danielbertuzzi6953 Год назад

    Hey, nice tutorial!
    Do you know how Render handles data source refresh? I have a csv file that's constantly updated in Google Sheets and my app imports data from there.

    • @Plotly
      @Plotly  Год назад +1

      not sure how Render specifically does that. Were you able to connect google sheet to your Dash app locally on your computer before uploading to Render?

  • @edgarromeroherrera2886
    @edgarromeroherrera2886 9 месяцев назад +1

    As always, thankyou so much

  • @MuhammadRamzan-vh7lr
    @MuhammadRamzan-vh7lr Год назад +1

    How to fix "bash: gunicorn: command not found" I am getting this error after deploying DashBoard
    Thanks

    • @Plotly
      @Plotly  Год назад

      hi, did you add gunicorn to the requirements.txt file?

  • @karupin9893
    @karupin9893 Год назад

    Hi everyone! How would you deploy the app from github to render if it's in a folder? Does it work the same way?

    • @Plotly
      @Plotly  Год назад +1

      you should be able to connect the github repo to Render and make it work. Just make sure to check the folder structure.

  • @AbdulKareemAbdulRahman
    @AbdulKareemAbdulRahman Год назад

    for a newbie, can i understand that this is a way for me to open up a plotly work/project at another computer (not local/not my own) via a browser page?

    • @Plotly
      @Plotly  Год назад +1

      yes, exacetly. It's a way to share a link of your app, so others can see it on the web.

  • @olgavoz
    @olgavoz Год назад +1

    Thank you very much! So easy and informative. I did it!

    • @Plotly
      @Plotly  Год назад +1

      congratulations

  • @203VIDEOS
    @203VIDEOS 2 года назад +1

    Awesome, thank you so much!

  • @datawithalvin
    @datawithalvin Год назад +1

    thank you! might try it later ☺️

  • @anantharamaniyer9135
    @anantharamaniyer9135 2 года назад

    On GitHub, what's the maximum size of the source data that can be present which is considered best practice ? Let's say if I have a 5GB CSV file with millions of points of lat long and wanted to follow the same process mentioned in this tutorial, will there be a limitation anywhere ?

    • @Plotly
      @Plotly  2 года назад

      hi @Anantharaman
      I've never tried that size of data. However, Render has some limitations on their free tier. See more info below. render.com/docs/free#free-web-services

  • @belakxvibe4158
    @belakxvibe4158 Год назад

    Good video! Any idea why im getting 'ModuleNotFoundError: No module named 'Dash''
    File "/opt/render/project/python/Python-3.9.7/lib/python3.9/importlib/__init__.py"

    • @Plotly
      @Plotly  Год назад

      hi, it might be because you installed dash (pip install dash) in a virtual environment that you haven't activated. Or maybe your IDE doesn't recognize where dash was installed.

    • @belakxvibe4158
      @belakxvibe4158 Год назад

      @@Plotly I'm getting the error on Render though. Would still have to sort that out in my IDE?

    • @Plotly
      @Plotly  Год назад

      @@belakxvibe4158 that's tricky.
      There could be many things that cause this. For example, if you installed Dash on your computer and successfully ran the app, that's good because you know it works. But if it works on your computer and not on Render, then maybe you didn't created the correct requirements.txt file.
      Make sure that the requirements.txt file has all the libraries that your app uses, because that it the file that Render uses to install the correct libraries on their servers.

  • @mariogonzalezsauri4632
    @mariogonzalezsauri4632 Год назад +1

    It is working, thanks!

  • @nathaliasutto7407
    @nathaliasutto7407 Год назад +1

    Thank you! You helped me a lot! 👏👏

  • @dheekshisings
    @dheekshisings Год назад

    Thank you so much! This saved me a lot of time

  • @EhanGreens
    @EhanGreens 2 года назад

    Hi all, another question. When the mongodb changes i.e. data gets added. Will the deployed app bring those changes in or is there something required for that?

    • @Plotly
      @Plotly  2 года назад

      hi @EhanGreens, not automatically. You would need to set up the connection to your mongoDB inside the Dash app

  • @MrQuatsch549
    @MrQuatsch549 Год назад

    Where did you put the data can you put it in the same repository and use it in the Code?
    And ist there a way to do this with a non public GitHub Repo?

    • @Plotly
      @Plotly  Год назад

      deploying apps to render needs a GitHub repo, but I'm not sure if it can be private. Give it a shot or email Render or ask on the render forum. They're usually very responsive.

  • @Pedro_Israel
    @Pedro_Israel Год назад

    Thank you for the video, really helpful. Nice to see Adam on the Plotly team.
    I do have to ask, how can I deploy mi multipage app??

    • @Plotly
      @Plotly  Год назад +1

      hi @pedro_israel. We suggest using the smae Render.com for that. This video has an example towards the end. ruclips.net/video/f-hAneOMrMU/видео.html

    • @Pedro_Israel
      @Pedro_Israel Год назад +1

      @@Plotly Ow that video is really good and answers the question. Thank you!

  • @ayomideakinwande792
    @ayomideakinwande792 2 года назад

    How can the default python version on render be changed? It uses 3.7.10 which is different from version (3.10) I used in creating the dash app.

    • @Plotly
      @Plotly  2 года назад

      hi @ayomideakinwande792, we found this while googling it. Let us know if it's helpful.
      render.com/docs/python-version#:~:text=By%20default%2C%20Render%20uses%20the,2%20.

    • @ayomideakinwande792
      @ayomideakinwande792 2 года назад

      @@Plotly Thank you.

  • @norfan123
    @norfan123 Год назад

    it said ModuleNotFoundError: No module named 'dash_bootstrap_components' , I don't know why

    • @Plotly
      @Plotly  Год назад

      hey, You will need to pip install dash-bootstrap-components

    • @wiztech2732
      @wiztech2732 10 месяцев назад

      where?@@Plotly

    • @Plotly
      @Plotly  10 месяцев назад

      in your terminal @@wiztech2732

  • @LordDSP3
    @LordDSP3 2 года назад

    Hey,
    I was trying to run an application based on program.
    When i tried your method it it showed a error
    "" Client object don't have attribute "server" ""
    How do i fix it, can please get any guidance regarding this. 🐈‍⬛

    • @Plotly
      @Plotly  2 года назад

      never seen that error. When do you get the error? Is it when you try to upload to Render? Does it give more information information in the error message?

    • @LordDSP3
      @LordDSP3 2 года назад

      @@Plotly after i deploying process is completed. My app runs for quite few minutes but it still shows that deploying is going on after that it says deploy failed without anu error
      And app stops working after that

    • @LordDSP3
      @LordDSP3 2 года назад

      @@Plotly can i share my github repo

    • @Plotly
      @Plotly  2 года назад

      @@LordDSP3 Would you like to share your problem on the Plotly Forum? community.plotly.com/

    • @inakibelausteguigoitia865
      @inakibelausteguigoitia865 Год назад

      I have the same problem, how did you solve it?

  • @utica2burn
    @utica2burn Год назад +2

    Any way to deploy directly from Jupyter Notebooks?

    • @Plotly
      @Plotly  Год назад

      not yet, but hopefully that will be something we could do soon.

  • @EhanGreens
    @EhanGreens 2 года назад

    Good day, I am trying to deploy a multipage app with no success. How can I find out why the deployment fails?

    • @Plotly
      @Plotly  2 года назад

      hi @EhanGreens What error do you get?

    • @EhanGreens
      @EhanGreens 2 года назад

      @@Plotly , thank you for your response, I get the following error:
      ERROR: No matching distribution found for numpy==1.23.5

    • @EhanGreens
      @EhanGreens 2 года назад

      @@Plotly updated, I downgraded my libraries and I got up to the point of build successful hover this is the new error message "branch_drop := dcc.Dropdown([x for x in sorted(df_Tax2.Branch.unique())])" as used with the dash data table

    • @Plotly
      @Plotly  2 года назад

      @@EhanGreens oh I see. The error is usually followed with numpy version options. Try to use a different numpy version in your requirements.txt file. The problem is that you're using the latest version of numpy with I don't think Render has on its server. Try to avoid the latest versions of libraries

    • @Plotly
      @Plotly  2 года назад

      @@EhanGreens I'm not sure what that error means. Maybe if we saw that section of the code, it would become clearer. Can you post that question on the Plotly forum plesae

  • @DSwithSolaiman
    @DSwithSolaiman 7 месяцев назад +1

    thank you so much bro

  • @shreyashchacharkar8323
    @shreyashchacharkar8323 Год назад

    How many dashboards we can deploy for free

    • @Plotly
      @Plotly  Год назад

      That is up to Render and their policy. We were able to deploy several.

  • @franciscoriquelme5468
    @franciscoriquelme5468 Год назад

    Funciona Perfecto!

  • @joelattoukora9446
    @joelattoukora9446 Год назад

    ModuleNotFoundError: No module named 'scipy.sparse._csr'
    I was to deploy my app following the video but got this error , help me fix it

    • @Plotly
      @Plotly  Год назад

      hi Joel, that error usually occurs when Render didn't install all the necessary libraries. Is that library present in the requirements.txt file?

  • @MHas-q7n
    @MHas-q7n Год назад +1

    File "/opt/render/project/src/.venv/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
    Jun 17 02:10:02 AM return util.import_app(self.app_uri)
    Jun 17 02:10:02 AM File "/opt/render/project/src/.venv/lib/python3.7/site-packages/gunicorn/util.py", line 406, in import_app
    Jun 17 02:10:02 AM raise AppImportError("Failed to find attribute %r in %r." % (name, module))
    Jun 17 02:10:02 AM gunicorn.errors.AppImportError: Failed to find attribute 'server' in 'rainfall_dash'.