Closed thomasaarholt closed 6 years ago
I just verified that it works in the Jupyer notebook on my mac. It seems most likely that there is a bug on windows
Okay, that's very interesting. I did a clean install of conda two days ago, and followed the installation instructions in the README. Not sure how to go about finding the bug.
I should clarify, it works fine for me in Jupyter Lab.
To be clear I have tested without conda, it could be a packaging related issue with the conda forge package too
Gosh, you're right. I just ran jupyter nbextension enable --py --sys-prefix ipympl
, as according to the pip instructions, and it works great now!
I'll close this and create a correct issue.
In that case is there a bug in the conda pacakge or in the instructions in the readme. It seems to me like the extension is not activated correctly any more, AFAIK conda is supposed to do that step automatically
See that you opened that as #46, thanks
@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.
On Windows (at least), I can only plot using ipympl with jupyter lab, not jupyter notebook.
The following code does not produce anything.
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.