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.

remark: ipympl-0.6.2 seems to have no interactive feature working when under vscode-python

See original GitHub issue

playing on latest Jupyter, with lates ipymml, with VScode-Python of today (new version next week):

  • ipympl does render,
  • but interactvity seems not working.

code tried:

%matplotlib widget
# Testing matplotlib interactions with a simple plot
import matplotlib.pyplot as plt
import numpy as np
# warning ; you  need to launch a second time %matplotlib widget, if after a %matplotlib inline 
%matplotlib widget

fig = plt.figure()  #plt.figure(1)
plt.plot(np.sin(np.linspace(0, 30, 100)))
plt.show()

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
asteppkecommented, Jan 4, 2022

Great, let’s see what the vscode-jupyter people can do about this. I created an issue at https://github.com/microsoft/vscode-jupyter/issues/8635.

0reactions
martinRenoucommented, Jan 4, 2022

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I find/excute Python Interactive Mode in Visual Studio ...
When editing Python code, select something and press Shift + Enter . This will open the interactive window and run your selection as...
Read more >
Working with Jupyter code cells in the Python Interactive window
To use the window with a file, use the Jupyter: Run Current File in Python Interactive Window command from the Command Palette.
Read more >
VSCode's Python Interactive mode is AMAZING! - YouTube
I've gone from serial Jupyter Notebook user to someone that almost never uses them and it's all thanks to VSCode's interactive mode for ......
Read more >
VS Code Debugger not working for python - Microsoft Q&A
It seems when I do Run->"start Debugging' no command comes to terminal. Any VS Code log file that I can look at to...
Read more >
How to Set Up Visual Studio Code in 2022 (The Easy Way)
To work with Python inside VS Code, we need to use the Python extension, which brings many useful features, such as code completion...
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