-
Notifications
You must be signed in to change notification settings - Fork 7
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
Unable to generate proper HTML file on local machine #29
Comments
The problem might be coming from package version. Based on the
Note that |
@GoFroggyRun, we currently have portrait and landscape versions of the plot: http://www.ospc.org/gallery/tax_reform_viz_1/ This might be what you have stumbled across. @brendancol, could you please advise? |
Based on my understanding, code lines here call some compressed, pre-calculated data, and thus building without such file would result in the error I'm experiencing as mentioned, which is similar to the link http://www.ospc.org/gallery/tax_reform_viz_1/. Replacing the existing code with those got commented out to call function
And it seems to me that such error might due to the fact that |
@GoFroggyRun Yes, you are correct about the compressed data file dependency. In terms of creating your plot from the idea above, |
I'm working on a new plot based on an idea discussed here. And I think it would be helpful to take a look at how
tax_reform_viz_1
generates the plot and HTML file.While trying to get an HTML for
tax_reform_viz_1
locally, I followed the instruction in the README file, and executedpython build.py
. I got two extra HTML files nameindex_landscape.html
andindex_portrait.html
, with the same content as shown in the screenshot below:I thought the final output would be a single HTML file, I'm thus not quite sure what I have missed, could anyone please advise?
cc @MattHJensen
The text was updated successfully, but these errors were encountered: