VS Code에서 Jupyter를 실행해 보세요.

VS Code에서 Jupyter를 사용할 수 있기 때문에 시도했습니다.

1. 환경



OS: Windows 10
VS 코드: 1.43.2
확장 기능: Anaconda Extension Pack 1.0.1
파이썬 인터프리터 : 3.7.3 64-bit

2. 확장 기능 Jupyter 설치





3. 코드 입력




# %%
from matplotlib import pyplot as plt
import numpy as np

# %%
x = np.linspace(-10, 10, 100)
# %%
y = (x**3) + (5*x**2) + (2*x)
# %%
print(x)
#%%
print(y)
#%%
plt.plot(x, y)
plt.show() 
# %%
z = np.sin(x)
# %%
print(z)
# %%
plt.plot(x, z)
plt.show() 

4. 코드 실행(Run Cell)










5. 참고 사이트



htps : // 코 m/세이/있어 ms/9f25d7 에후아7c67d55d98f
htps //w w. 아 t r t. 이. jp / ai t / archi c0s / 1806/12 / 네 ws041. HTML

좋은 웹페이지 즐겨찾기