question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Verify behavior with IPython 8.0.0

See original GitHub issue

Problem

While our docs site ships its own ipython wheel, a “naive” jupyter lite build is going to start pulling ipython 8.0.0 hot from pypi. We have no idea what this is going to do, either for our relatively involved uses of the API or for downstreams. Some of the demo pieces might already have ipython pins, as well.

Proposed Solution

  • Investigate all of our examples vs IPython 8.
  • adjust pyolite to work with IPython 7 or 8 (e.g. compat flags)
  • offer an ipython-version setting in the pyolite kernel

Additional context

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jtpiocommented, Jan 12, 2022

Seems to be running well with IPython 8 on https://jupyterlite.github.io/demo for a couple of visualization notebooks:

image

0reactions
bollwyvlcommented, Feb 22, 2022

In that I haven’t observed a single issue, i think we just close this one out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

8.x Series — IPython 8.7.0 documentation
This documentation covers IPython versions 6.0 and higher. Beginning with version 6.0, ... Some of the behavior we have seen on GitHub is...
Read more >
Last jedi release (0.18.0) is incompatible with ipython ... - GitHub
I usually test IPython completions before doing a Jedi release, but not this time ... is not the out-of-the-box behaviour for conda though....
Read more >
ipyparallel · PyPI
IPython Parallel ( ipyparallel ) is a Python package and collection of CLI scripts for controlling clusters of IPython processes, built on the...
Read more >
Using IPython with Plone
Are there some instructions how to use Jupyter (or IPython) with Plone 5.2.6 and get the instance environment?
Read more >
Release of IPython 8.0 - Jupyter Blog
IPython is a powerful Python REPL that gives you tab completion, better tracebacks, multiline editing, and several useful features on top of ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found