Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Gleam with Python 3, plotnine #6

Open
welsberr opened this issue Feb 16, 2023 · 3 comments
Open

Using Gleam with Python 3, plotnine #6

welsberr opened this issue Feb 16, 2023 · 3 comments

Comments

@welsberr
Copy link

I was interested in the description of Gleam, but disappointed that the project seems to have been left at a Python 2 implementation.

I made a fairly small number of changes to get Gleam to work with Python 3.8, at least such that most features of the 'baseball.py' example program work. ('Show names' does not work, though.) I had to replace references to 'ggplot' with 'plotnine', which made a few other changes necessary.

I have provided my 'git diff' showing those changes.
gleam-py3-diff.txt

@vnijs
Copy link

vnijs commented Feb 16, 2023

Not a lot of activity on this repo recently. Have you looked at the options below?

https://shiny.rstudio.com/py/
https://streamlit.io/

@dgrtwo
Copy link
Owner

dgrtwo commented Feb 16, 2023

Hello! This was a hackathon project from ~a decade ago that isn't being maintained

You're welcome to fork it but I would also recommend a tool like Shiny for Python instead! 😄

@welsberr
Copy link
Author

I had seen the announcement for Shiny for Python a while back, but hadn't checked it recently. Thanks for the reminder.

It looks like there are examples of use of Seaborn with both of those packages. Options are good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants