# VSCode and Jupyter notebook?

**URL:** https://discourse.julialang.org/t/vscode-and-jupyter-notebook/70797
**Category:** VS Code
**Created:** [November 2, 2021, 10:53am UTC](https://discourse.julialang.org/t/vscode-and-jupyter-notebook/70797 "2021-11-02T10:53:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![BLI](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/bli/32/37206_2.png) [@BLI](https://discourse.julialang.org/u/BLI)
#### Post date: [November 2, 2021, 10:53am UTC](https://discourse.julialang.org/t/vscode-and-jupyter-notebook/70797/1 "2021-11-02T10:53:00Z")

</div>

I’m on Windows 11 (latest update, 64bit), Julia v1.6.3 (just updated everything), and have updated VS Code with extensions.

I have imported a Jupyter notebook into VS Code, and try to run it (for some reason, this crashes when running it in the browser – it worked on Sunday).

I clik on the Run All button, and my notebook runs up until cell 7:

 ![image](https://global.discourse-cdn.com/julialang/original/3X/5/a/5ab0c66e307a775279397ebe7cee34328182f2a2.png)

I don’t know where the plot is supposed to show up, but I don’t see a plot…

Then, in cell 8, things stop:

 ![image](https://global.discourse-cdn.com/julialang/original/3X/a/8/a856b711c5b40f0c30d24f2e91aa80b67efe5805.png)

… with an error message:

```julia
Error: Session cannot generate requests
at w.executeCodeCell (c:\Users\User_name\.vscode\extensions\ms-toolsai.jupyter-2021.9.1101343141\out\client\extension.js:52:301180)
at w.execute (c:\Users\User_name\.vscode\extensions\ms-toolsai.jupyter-2021.9.1101343141\out\client\extension.js:52:300551)
at w.start (c:\Users\User_name\.vscode\extensions\ms-toolsai.jupyter-2021.9.1101343141\out\client\extension.js:52:296215)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async t.CellExecutionQueue.executeQueuedCells (c:\Users\User_name\.vscode\extensions\ms-toolsai.jupyter-2021.9.1101343141\out\client\extension.js:52:310950)
at async t.CellExecutionQueue.start (c:\Users\User_name\.vscode\extensions\ms-toolsai.jupyter-2021.9.1101343141\out\client\extension.js:52:310490)

```

Anyone knows what is wrong with my set-up?
