Skip to content

Test python workflow on vscode with jupyter #32

Open
@jlperla

Description

@jlperla
#%%
import matplotlib.pyplot as plt
import matplotlib as mpl
import numpy as np

x = np.linspace(0, 20, 100)
plt.plot(x, np.sin(x))
plt.show() 

x = np.linspace(0, 40, 100)
plt.plot(x, np.sin(x))
plt.show() 
  • Click on the Run Cell that shows up. It will let you Start a new notebook or Select an Existing Notebook. Choose a new one and it should show the results on the side.
  • Works surprisingly well!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions