Skip to content
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

check IPython #91

Open
isabelizimm opened this issue Jul 19, 2022 · 1 comment
Open

check IPython #91

isabelizimm opened this issue Jul 19, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@isabelizimm
Copy link
Contributor

No description provided.

@machow
Copy link
Contributor

machow commented Jul 19, 2022

I think that right now, this kind of code

no_notebook = False
try:
    from IPython import get_ipython
else:
    no_notebook = True

Will think we're in a notebook whenever a user has IPython installed

@isabelizimm isabelizimm added the bug Something isn't working label Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants