We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e2ac1 commit f1ceadbCopy full SHA for f1ceadb
astroquery/alma/core.py
@@ -226,7 +226,7 @@ def _login(self, username):
226
password_from_keyring = keyring.get_password("astroquery:asa.alma.cl",
227
username)
228
if password_from_keyring is None:
229
- if __IPYTHON__:
+ if system_tools.in_ipynb():
230
log.warn("You may be using an ipython notebook:"
231
" the password form will appear in your terminal.")
232
password = getpass.getpass("{0}, enter your ALMA password:"
0 commit comments