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

Support for xeus kernel #1239

Open
4 of 6 tasks
krey opened this issue Aug 31, 2021 · 1 comment
Open
4 of 6 tasks

Support for xeus kernel #1239

krey opened this issue Aug 31, 2021 · 1 comment
Assignees
Labels
c1-quick 🕐 Complexity low p2-bug-warning ⚠ Visual output bad p3-enhancement 🔥 Much new such feature submodule-notebook 📓 Much web such IDE
Milestone

Comments

@krey
Copy link

krey commented Aug 31, 2021

  • I have marked all applicable categories:
    • documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand StackOverflow#tqdm is more appropriate)
    • new feature request
  • I have visited the source website, and in particular
    read the known issues
  • I have searched through the issue tracker for duplicates
  • I have mentioned version numbers, operating system and
    environment, where applicable:
    import tqdm, sys
    print(tqdm.__version__, sys.version, sys.platform)

tqdm.autonotebook doesn't detect the jupyter xeus kernel and defaults to tqdm.std

How to detect xeus: jupyter-xeus/xeus-python#470

@casperdcl casperdcl self-assigned this Aug 31, 2021
@casperdcl casperdcl added this to the Non-breaking milestone Aug 31, 2021
@casperdcl casperdcl added c1-quick 🕐 Complexity low p2-bug-warning ⚠ Visual output bad p3-enhancement 🔥 Much new such feature submodule-notebook 📓 Much web such IDE labels Aug 31, 2021
@chengs
Copy link
Contributor

chengs commented Nov 23, 2021

as the link above said, adding sys.modules['IPython'].get_ipython().__class__.__name__ == 'XPythonShell' is a bit weak.
Better wait until xeus has a better self-identifier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c1-quick 🕐 Complexity low p2-bug-warning ⚠ Visual output bad p3-enhancement 🔥 Much new such feature submodule-notebook 📓 Much web such IDE
Projects
None yet
Development

No branches or pull requests

3 participants