We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ggplot as currently installed with the Docker file due to a bug, that is fixed with yhat/ggpy#668 but does not get merged and released by yhat.
ggplot
To reproduce the problem fill a cell of a notebook with the command from ggplot import * and run it.
from ggplot import *
The pull request commiter made a release under his github account https://github.com/hbasria/ggpy.
#822 fixes the issue by installing the pull request commiters release and adds a test for it the library to work.
The text was updated successfully, but these errors were encountered:
rosbo
Successfully merging a pull request may close this issue.
ggplot
as currently installed with the Docker file due to a bug, that is fixed with yhat/ggpy#668 but does not get merged and released by yhat.To reproduce the problem fill a cell of a notebook with the command
from ggplot import *
and run it.The pull request commiter made a release under his github account https://github.com/hbasria/ggpy.
#822 fixes the issue by installing the pull request commiters release and adds a test for it the library to work.
The text was updated successfully, but these errors were encountered: