DonJayamanne / vscodeJupyter

Jupyter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.jupyter
MIT License
334 stars 34 forks source link

Set number to cell after it was run (like in Jupyter Notebook) #111

Open sindzicat opened 6 years ago

sindzicat commented 6 years ago

Hello.

VS Code version: 1.20.1 Jupyter Extension version: 1.1.4 (9 November 2017) OS and version: Windows 8.1

When I run cell that don't return any output, it's look like that it was happend nothing. For example

#%%
import matplotlib as mpl

#%%

I'd like to see before Run cell something like [1] as it was realized in Jupyter Notebook. So I can see that cell was calculated normally.

Best regards, Andrey.