Adapt Dash Web App to Mobile Devices

  Рет қаралды 11,956

Charming Data

Charming Data

Күн бұрын

Пікірлер: 49
@CharmingData
@CharmingData 4 жыл бұрын
Hi Everyone, I hope you're doing well and that you're making progress with Dash Plotly. If you have any questions about the videos, let me know. 👉If you benefitted from these tutorials and would like to show your appreciation and support the existence of more tutorials: www.patreon.com/charmingdata
@KaYKeConKa
@KaYKeConKa 3 жыл бұрын
Awesome video. You have no idea how much I learned and how much it helped me. Thank you from Brazil.
@CharmingData
@CharmingData 3 жыл бұрын
You're welcome Carlos
@kaankorkmaz8180
@kaankorkmaz8180 4 жыл бұрын
Very clear explanation, thank you! Underrated channel
@datawithalvin
@datawithalvin 2 жыл бұрын
thank you, it's help me a lot on developing my data app!
@cduk3670
@cduk3670 2 жыл бұрын
Great video Adam! It helps me to solve doubts with the responsive functionality of the app, thanks a lot.
@vijayenderbandaru
@vijayenderbandaru 4 жыл бұрын
You are a gifted teacher. Appreciate knowledge share. God bless u
@CharmingData
@CharmingData 4 жыл бұрын
Thank you
@freedatascientist2786
@freedatascientist2786 4 жыл бұрын
You have amazing tutorials, thanks for inspiring our channel !
@CharmingData
@CharmingData 4 жыл бұрын
Nice start to your channel. Good luck with it. Do you plan to offer videos focused on python or other languages as well?
@shrikanttyagi8798
@shrikanttyagi8798 3 жыл бұрын
How can we do when web display in mobile then only navbar button display when web on desktop then navbar left side menu display , please help
@MLAlgoTrader
@MLAlgoTrader 2 ай бұрын
Thanks a lot Adam! I needed this! Weird I was sure I was subscribed to you, but I guess I wasn't so sorry just subscribed!
@CharmingData
@CharmingData 2 ай бұрын
@@MLAlgoTrader how long have you been working with dash?
@MLAlgoTrader
@MLAlgoTrader 2 ай бұрын
@@CharmingData Around 1 year. I made a KZbin video on it and I spoke to you a bit on Linkedin not sure you remember lol
@shrikanttyagi8798
@shrikanttyagi8798 3 жыл бұрын
If we don't want display plotly hyper link in every graph tool menu ..this look odd so I want remove plotly link how can we do this?
@pro1427
@pro1427 3 жыл бұрын
bro you are amazing
@sandman.s
@sandman.s 4 жыл бұрын
Hi, as a beginner how do I get started with Dash?
@CharmingData
@CharmingData 4 жыл бұрын
Hi sandeep, Watch these two videos to help you get started: kzbin.info/www/bejne/noSznp1torBppMk kzbin.info/www/bejne/o4XWi39ji9KFjKc And then figure out what you want to build, and start small. Dash has very good documentation: dash.plotly.com/
@sandman.s
@sandman.s 4 жыл бұрын
@@CharmingData Thank you, I will check it out.
@shriqam
@shriqam 3 жыл бұрын
Hello Adam,Thanks for the wonderful tutorial. I have a dashboard where there is a sidebar with dash data table on left and line chart on the main side. As i click the cells in data table, the chart changes accordingly. Now i am trying to view this in a mobile, Since its a small screen, the sidebar moves to the top and the main screen moves to the bottom, Is there any way to automatically scroll down to the bottom as i click an option on the top cell in the data table.
@CharmingData
@CharmingData 3 жыл бұрын
Hi Shriram, I think you would need to write a Dash clientside callback and an anchor element using javascript. I understand what you want but I have never done that unfortunately.
@shriqam
@shriqam 3 жыл бұрын
@@CharmingData Thanks for your suggestions Adam, Let me try using client side callback and Javascript
@blociot
@blociot 4 жыл бұрын
Hello Adam, Came back with another question and would appreciate it if you could help. How do we chamge font size with the same concept? It doesn't recognize the tags next to a text.
@CharmingData
@CharmingData 4 жыл бұрын
What do you mean "with the same concept"? How would you like to change the font size?
@blociot
@blociot 4 жыл бұрын
@@CharmingData thank you for the reply. I mean adjusting the font size based on the screen size. I have a text on a Navbar and it doesn't fit the screen when viewing the page from my phone.
@CharmingData
@CharmingData 4 жыл бұрын
@@blociot I haven't tried that yet, but I think you can do it by going to this website: bootstrap.build/app choose the Options sections on the right, and enable the "$enable-responsive-font-sizes" I think the next step is to download this theme as a CSS to your assets folder and read it into your app. Let me know how it goes. Like I said, I've never done it, but that appears to be the way.
@blociot
@blociot 4 жыл бұрын
@@CharmingData I used style={'font-size': '2vw'} and seems it's working :)
@CharmingData
@CharmingData 4 жыл бұрын
@@blociot I'm happy for you. Does that mean that "$enable-responsive-font-sizes" didn't do the job?
@АннаШерон
@АннаШерон 9 ай бұрын
Thanks for the video! It’s really great! I wanted to ask you if you could please share the code for className = “row”? I’m trying to recreate it to make the elements of my Div located inline, but cannot succeed 😢
@CharmingData
@CharmingData 9 ай бұрын
Can you please remind me what you are referring to? What code is that? what part of the video do I talk about that?
@TopicalAuthority
@TopicalAuthority 4 жыл бұрын
Thank you!
@CharmingData
@CharmingData 4 жыл бұрын
You're welcome, Moray. Good luck with your Dashboards. Let me know if you have any questions.
@blociot
@blociot 4 жыл бұрын
Thank you Adam. Great as always. Just wondering what's the definition of extra small, small, large, etc. in terms of pixels? For example, what screen size is considered as small and what is conaodered medium? Can't understand why we just don't have a small and large size ...
@CharmingData
@CharmingData 4 жыл бұрын
good question, Mos. I was actually wondering that myself. The answer appears to be here: www.w3schools.com/bootstrap/bootstrap_grid_small.asp#:~:text=Bootstrap%20Grid%20Example%3A%20Small%20Devices&text=Tip%3A%20Small%20devices%20are%20defined,768%20pixels%20to%20991%20pixels. Extra small Small Medium Large Class .col-xs .col-sm .col-md .col-lg width=768px >=992px >=1200px
@rambibyan524
@rambibyan524 4 жыл бұрын
Hi Adam, great tutorials...I have one question related to axis data which is how to mirror the data on axis in plotly
@CharmingData
@CharmingData 4 жыл бұрын
Hi @ram what do you mean by "mirror the data on axis?"
@rambibyan524
@rambibyan524 4 жыл бұрын
Hi @@CharmingData, I meant it regarding the vertical or horizontal position of data points on axis...but I figured out it with tickangle
@rambibyan524
@rambibyan524 4 жыл бұрын
@@CharmingData thanks for your time, I have seen most of your tutorials & it helped me a lot in understanding Plotly & Dash.
@CharmingData
@CharmingData 4 жыл бұрын
@@rambibyan524 good job 👍🏼 @Ram. If you'd like to support these tutorials as a long term project, I'd appreciate it very much. www.patreon.com/charmingdata Feel free to write me to my email if you're encountering difficulties with your dash app. Info@charmingdata.org
@PietroCCorreia
@PietroCCorreia Жыл бұрын
Thank you
@matteocarnazzola8141
@matteocarnazzola8141 4 жыл бұрын
Thank you Adam for the inspiring tutorials! I was wondering if there is a mobile app to download for using the dashboard that I am creating (Python script) on my phone (Android). Thanks!
@CharmingData
@CharmingData 4 жыл бұрын
HI @Matteo, there is no app for that. To create a mobile app for Android you would need to know Java. To see you dashboard on your Android phone, you would need to upload it with Heroku to the web and then enter that link through the browser on your phone.
@GordonShamway1984
@GordonShamway1984 4 жыл бұрын
so cool
@CharmingData
@CharmingData 4 жыл бұрын
Where have you been, Stefan? 😁
@cyrildelaporte5376
@cyrildelaporte5376 3 жыл бұрын
How dou you open the Dash app on a Mobile Device? You would need a python interpreter to actually run the script right? or is there a way to share an operational URL..? I am looking everywhere to make this happen but I havent found it so far. Great Videos btw !
@CharmingData
@CharmingData 3 жыл бұрын
Hi Cyril, you would first deploy your app to the web with heroku, for example, and then you would just open it on your phone through a phone/web browser like chrome or microsoft Edge. Does that make sense?
@cyrildelaporte5376
@cyrildelaporte5376 3 жыл бұрын
@@CharmingData yes it does! I actually just found your video on Heroku and it was just what i was looking for, these tools are amazing. Thanks so much for making this so easy and thanks so much for the quick reply man! Great channel great guy!
@CharmingData
@CharmingData 3 жыл бұрын
@@cyrildelaporte5376 you're welcome Cyril. Don't forget to use ploltly forum if you have any questions. Good luck with your dashboard 🤞
Chained Callback in Dash
19:59
Charming Data
Рет қаралды 19 М.
Introduction to Dash Bootstrap - Styling your App
26:17
Charming Data
Рет қаралды 51 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
How I animate 3Blue1Brown | A Manim demo with Ben Sparks
53:41
3Blue1Brown
Рет қаралды 1,3 МЛН
The Dash Callback -  Input, Output, State, and more
26:55
Charming Data
Рет қаралды 62 М.
Introduction to Dash Plotly Dynamic Callbacks
28:08
Charming Data
Рет қаралды 37 М.
How is this Website so fast!?
13:39
Wes Bos
Рет қаралды 1,3 МЛН
Sharing Data between Dash Callbacks
20:19
Charming Data
Рет қаралды 21 М.
How to test a local website on your phone
7:48
Coder Coder
Рет қаралды 453 М.
I built a REAL Desktop App with both Tauri and Electron
12:22
Bufferhead
Рет қаралды 107 М.
Build and Deploy your Multipage App with Dash Plotly
52:42
Charming Data
Рет қаралды 72 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН