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.

ipympl does not work with JupyterNotebook, contradicts ReadMe

See original GitHub issue

On Windows (at least), I can only plot using ipympl with jupyter lab, not jupyter notebook.

The following code does not produce anything.

%matplotlib ipympl
import matplotlib.pyplot as plt
plt.plot([1,2,3])

Currently, the repo README lists installation instructions for Jupyter Notebook. Assuming this is just not a bug on my system (all my windows machines have this behaviour), I suggest that these be removed or commented out with an explanation.

In addition, it would be nice with a short “Usage” paragraph in the README with showing how one can (and should!) use %matplotlib ipympl instead of %matplotlib notebook in jupyter lab. I’m happy to amend the file and come up with a bit of text.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
SylvainCorlaycommented, Apr 19, 2018

@thomasaarholt @jenshnielsen I have just fixed the conda-forge recipe.

Also, 0.1.1 has been released. The main change in 0.1.1 is that there is no need to enable the extension at all even with pip if you use notebook >= 5.3.

1reaction
jenshnielsencommented, Apr 19, 2018

See that you opened that as #46, thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jupyter Lab controls no longer work ipywidgets with ipympl
My widgets all become non-functional. I can operate and interact with them, but the figures they control do not change at all. All...
Read more >
Jupyter Lab ipywidgets no longer work with ipympl?
My widgets all become non-functional. I can operate and interact with them, but the figures they control do not change at all. All...
Read more >
README - Marco A. Lopez-Sanchez
Strength envelopes is a series of free open-source multi-platform ... Jupyter notebook video tutorials on the web (others not so much).
Read more >
ipympl - Matplotlib
ipympl enables using the interactive features of matplotlib in Jupyter Notebooks, ... plots so by default the outputs on this page will not...
Read more >
README.md · master · LabMeccanica / PythonJupyter - INFN
README.md ... Install Jupyter notebook (more info at ... Note for Windows: The process above may not work because the file .ipynb may...
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