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
zsh (which is now default shell on MacOS) throws error if someone uncomments the pip install cell in Euclid (and other?) notebooks.
For e.g., change following:
!pip install s3fs astropy astroquery>=0.4.10 matploltib
to:
!pip install s3fs astropy 'astroquery>=0.4.10' matploltib
The text was updated successfully, but these errors were encountered:
I'm on this, see #65 :)
Sorry, something went wrong.
My bad! should have checked the issues list first :)
Closing it in favor of #65.
No branches or pull requests
zsh (which is now default shell on MacOS) throws error if someone uncomments the pip install cell in Euclid (and other?) notebooks.
For e.g., change following:
to:
The text was updated successfully, but these errors were encountered: