joseberlines

Results 40 comments of joseberlines

Same problem here. We use in ceretain part of our code: import nest_asyncio nest_asyncio.apply() And that creates the problems mentioned above in the following lines of nest_asyncio File "/opt/conda/lib/python3.9/site-packages/..... .......

At least is it know wh there is this conflict streamlit vs asyncio?

This feature would allow also to share streamlit apps within a jupyter hub environement exporting the notebook as html and sharing the url to the html file and not the...

Hi @ianhi thanks for the answer. If that is already implemented then there is a bit of info missing in the example. I am thinking about this: Node name |...

The idea here being also for the user not having to touch any CSS or HTML code. I see ipycytoscape as part of the ipywidgets family. The idea is not...

yes @marimeireles, in this way you can basically work with pandas and create the conditional formatting all in pandas. for instance pseudocode !!!!: ``` df = Dataframe df['color'] = df['...

Hi, can someone tell me about hacktoberfest? where? how? thanks

Hi @marimeireles & @ianhi , I am still coding this idea which is taken more time than I expected. Can any of you provide me with complete set of parameters...

Dear all, I was about to open a discussion issue about this item but we might go on discussing it here. So far my idea is the following pseudocode: ```...

@ianhi, thanks for open. Jsons are of course typical python data but it is not feasible to work with data in json form for calculations etc, so once df is...