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
For example, this input:
%use lets-plot(api=[1.0,))
results in a failure:
Failed to process '%use lets-plot(api=[1.0,))' command. Unnamed argument is allowed only if library has a single property
See Version Range Specification.
The text was updated successfully, but these errors were encountered:
It seems that this comma is interpreted as arguments separator. Maybe we should enforce user to use quotes in such cases?
Sorry, something went wrong.
8f8c257
Please use the following syntax
%use lets-plot(api="[1.0,)")
with the new dev version of kernel. Previous syntax (without quotes) is still available for simple cases.
No branches or pull requests
For example, this input:
results in a failure:
See Version Range Specification.
The text was updated successfully, but these errors were encountered: