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
I am trying the following notebook
https://github.com/alanmarazzi/panthera/blob/master/examples/basic-concepts.ipynb
I get an error on the first cell
(require '[clojupyter.misc.helper :as helper]) (helper/add-dependencies '[panthera "0.1-alpha.20"])
Execution error (TransferFailedException) at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon/fillInputData (AbstractHttpClientWagon.java:852). Failed to transfer file: http://repo1.maven.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom. Return code is: 501, ReasonPhrase:HTTPS Required.
Indeed, the http link in error message doesn't work while its https counterpart does.
When I add the dependencies to project.clj and open the project with cider then it correctly fetches the libraries.
is there a setting to tell lein-clojupyter to use https?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying the following notebook
https://github.com/alanmarazzi/panthera/blob/master/examples/basic-concepts.ipynb
I get an error on the first cell
Indeed, the http link in error message doesn't work while its https counterpart does.
When I add the dependencies to project.clj and open the project with cider then it correctly fetches the libraries.
is there a setting to tell lein-clojupyter to use https?
The text was updated successfully, but these errors were encountered: