How to create a pop-up window for user input

I want to create a pop up window where the user is able to insert some data like for example the amount of shares he want to buy or something else.

Look into dash bootstrap components, specifically the modal. That’s what I use when needed.