Skip to main content

Questions tagged [python-reflex]

The tag has no usage guidance.

3 votes
2 answers
416 views

How to make a responsive PYNECONE WEBSITE

I made a website with pynecone(pure python) that fits only my desktop. How can i make it responsive. Please share a small code with example
Atheeb's user avatar
  • 31
3 votes
1 answer
124 views

Pynecone - programmatically filling a textarea without breaking user input

My first steps with pynecone: I'm trying to pre-fill a textarea based on checkboxes and dropdowns, and then enable the user to edit the generated text. However, when I hook up the events such that I ...
Patrick Austermann's user avatar
3 votes
1 answer
575 views

How to create a table with buttons element in a column with Pynecone?

The table's last column (action) contains pc.button, that can get data in the row that the button residing in, and then send that data to a State variable. Some thing like this: name age job action ...
huynv's user avatar
  • 41
3 votes
1 answer
405 views

pynecone cannot get detail information from item in the cards example (grid + foreach)

This is our expected output. And this is the current output. And this is the source code for the current output. import pynecone as pc def show_items(item): return pc.box( pc.text(item),...
Milo Chen's user avatar
  • 3,875
2 votes
2 answers
796 views

File Upload Handling with Pynecone

I want to create a file sharing website in with pynecone. Is there a go-to way to upload files and save them on the server? The documentation says to use React components if there aren't any Pynecone ...
madurin123's user avatar
2 votes
3 answers
282 views

The command pc not found after installing pynecone environment on my Mac computer

I read it https://pynecone.app/docs/getting-started/installation. Installing $ pip install pynecone $ mkdir my_app_name $ cd my_app_name $ pc init zsh: command not found: PC Why the command pc not ...
Gap Chen's user avatar
2 votes
1 answer
460 views

pynecone self-hosting get websocket error

This is the document for self-hosting In fact, from the document, I don't quite understand the meaning of each field in pcconfig.py. Is there any demonstration of self-hosting? Or is there a more ...
Wine Drink's user avatar
2 votes
1 answer
261 views

Does pynecone have some function like JavaScript's setInterval()?

I need a function like javascript's setInterval()? Do you know where it is? I read the pynecone's official document. https://pynecone.app/docs/getting-started/introduction I still cannot find any ...
Gap Chen's user avatar
2 votes
0 answers
56 views

How to remove a component using Pynecone

I am trying to remove a parent hstack when a button is pressed. Looked in the Docs and everywhere but couldn't find anything useful. From the picture above, when the 'x' button is pressed it should ...
Kamil Abdurahim's user avatar
1 vote
2 answers
87 views

How to import a class in pynecone?

I'm trying to import a class in another python class in my pynecone project. It's giving me error. import Constants ---> Giving error ModuleNotFoundError: No module named 'Constants' Edit: ...
Ratan's user avatar
  • 1,747
1 vote
0 answers
47 views

How to use mediaquery or responsiveness in python reflex?

The official documentation isn’t talking anything at all about CSS mediaquery. particularly when I would like to place 2 divs and 1 image in single row (rx.hstack) in larger screen and want to place ...
Mahmudur Rahman Shovon's user avatar
1 vote
0 answers
196 views

Add a dropdown menu in a table with Reflex Python

I'm trying to add a dropdown menu to each row in a table with the use of reflex https://reflex.dev/. The table is build in a state and buttons generally in definitions. This is an example that can be ...
manoukeizer's user avatar
1 vote
0 answers
532 views

Python Reflex (Pynecone) - data_table with checkbox in one column

I am trying to build a data table that includes a checkbox in the first column using python reflex to build web app front end interface. This is an example table obtained with: import reflex as rx ...
Andrea T's user avatar
0 votes
0 answers
64 views

python reflex input problema

I just discovered the Python reflex module, I looked at the examples on the site and the videos on youtubed, but I could not make a counter that increases by the amount of a value we receive from the ...
Yavrumus's user avatar
0 votes
0 answers
21 views

How to install python reflex on a Droplet Ubuntu

Te complete prosses to install reflex all throw set up the sites-available.conf for the proxy so I can use 3000 and 8000. I try to run and is to slow and ending with error -39 Please if anyone is able ...
moshe's user avatar
  • 1

15 30 50 per page