-
Notifications
You must be signed in to change notification settings - Fork 293
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
Interactive window with Matplotlib and notebook option #3691
Comments
@PierreMarchand20 what's your extension version? |
Oh sorry, it is 2018.12.1. But I am actually starting to think it may not be a bug from vscode. I installed Jupyter and jupyterlab with pip, may be it needs something more to use this option. |
I tried with |
Ok following https://github.com/matplotlib/jupyter-matplotlib , I got |
What does your cell look like? Is it just a matplotlib? |
The code that's failing is trying to load some javascript returned by jupyter when executing your cell. We send the cell contents to Jupyter and then stick its output js into a react control. |
It is just Matplotlib, and it seems that it calls the backend |
Regarding |
Sorry I wasn't reading your original entry that carefully. %matplotlib notebook changes matplotlib into an interactive widget. That explains why it doesn't work. Yes I think you're correct. This is likely the same as microsoft/vscode-python#3429. We don't support jupyter extensions yet. Thanks, this should be a good reference point to figure out how to get them working. |
how about now? Does VSCode support jupyter extensions? |
|
thanks @DonJayamanne The animation doesn't start by itself(although the sensory data has been streaming through), I have uploaded a screen recording for this glitch. nb.mp4 |
Please could you file a separate bug with a minimal code sample (python packages to be installed) to replicate this issue |
Environment data
Is
%matplotlib notebook
supposed to work in vscode ? In my case, it does not:The text was updated successfully, but these errors were encountered: