Good day, dear colleagues!
in book Schroeder “The book of Dash” is some modules
import utils.dash_reusable_components as drc
import utils.figures as figs
Could you please tell me how to import these modules? I can’t find any advice on the internet.
i get error
“ModuleNotFoundError: No module named ‘utils.dash_reusable_components’”
- module utils installed in vienv
- install dash_reusable_components separate i can`t
Hi @andy.guliev
Good question! It would be helpful if you take a look at the GithHub for the book. In chapter 7 it shows how to structure a larger app by putting certain functions or components into different files and folders. You will find the dash_resuable_components.py
file and the figures.py
file in the utils
folder. So there is no need to install the modules, it will import them from the local utils
folder
You can try cloning this repo and running each app locally. Here’s a link to chapter 7
1 Like
big big, thank you for operative ansver!
i`m think it system module, and i need install it.
1 Like