-
Notifications
You must be signed in to change notification settings - Fork 106
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
Load library descriptor from URL with redirection #248
Comments
I think it's possible to enable redirection by default, without options. Seems pretty easy to do |
BTW, you may include native library (jep) into your JAR, so it could be used in notebooks without installation |
I think that would be the ideal solution but jep does not include the native library in their jar. Not 100% sure why they do not but I assume it is to be able to support multiple versions of Python (they support |
Ok, it's up to you. |
I attach a library descriptor as an artifact to a GitHub release. Loading the library descriptor from that release fails
with the following error message:
The link redirects. With
curl
, I can add the-L
flag to follow redirection:Would it be possible to follow redirection when providing the library descriptor as a URL?
The text was updated successfully, but these errors were encountered: