interactive icon indicating copy to clipboard operation
interactive copied to clipboard

Can I use this with Python

Open MikeHillsNC opened this issue 3 years ago • 2 comments
trafficstars

The package and version I'm asking about:

Question

Is it possible (yet) to use this with a jupyter notebook with Python ?

import numpy as np import matplotlib.pyplot as plt from ipywidgets import interact

x = np.linspace(0, 5*np.pi, 500)

@interact(w=(0, 10, .1), amp=(-4, 4, .1), phi=(0, 2*np.pi, 0.1))

def plot(w=1.0, amp=1, phi=0): y = ampnp.sin(wx-phi) plt.plot(x,y) plt.ylim([-4,4]) plt.show()

MikeHillsNC avatar Jul 18 '22 00:07 MikeHillsNC

Hi @MikeHillsNC, adding Python is something we are exploring. Could you help me understand what combination of languages you'd like to use with Python and what for?

claudiaregio avatar Jul 19 '22 19:07 claudiaregio

Hi all! .NET Interactive has recently been working on Python and R integration! @claudiaregio is in search of volunteers who are willing to test out the experience in VS Code and give us feedback. It will require the signing of an NDA and filling out a feedback form. If you are interested in being one of the first to help shape this experience, please submit your email in this form and she will reach out with the instructions.

https://forms.office.com/r/UQchfQSGa5

brettfo avatar Nov 29 '22 18:11 brettfo