ipympl does not work with JupyterNotebook, contradicts ReadMe
See original GitHub issueOn 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:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@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.
See that you opened that as #46, thanks