-
Notifications
You must be signed in to change notification settings - Fork 14
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
How can you check which version of gos is compatible with given version of gosling? #141
Comments
Was able to figure out the issues without changing any of the versions. My input looked like this:
Using this data works within jupyter notebook (and I can save as HTML) and creates the figures I want. When I export to json using
Removing the Additionally, prettier was also changing |
Hi there, we probably need to make a release of |
Perfect! I think the schema validation should throw an error if you add |
This is not part of the schema that accepts the data type shorthand (e.g., |
I am trying to use python gos to create specs that I can then plug into a react app. The react app uses
gosling 0.9.30
andreact ^18.2.0
and the python gos I am using is pip installedgosling-0.0.11
. So far, I can create simple visualization that works perfectly within the app with this "hand made" spec:I can also create a visualization within jupyter notebook using gos and save it as a HTML file. But, when I plug in a spec created with gos into the react, I get all the components but none of the data is displayed. I tried upgrading the python gos to the latest version, but the exported spec from that causes the app to crash. So what is the best way to figure out compatible versions without trying all of them?
The text was updated successfully, but these errors were encountered: