# Running Julia (Jupyter) Notebooks inside VSCode

**URL:** https://discourse.julialang.org/t/running-julia-jupyter-notebooks-inside-vscode/47421
**Category:** VS Code
**Tags:** jupyter, vscode
**Created:** [September 28, 2020, 5:00pm UTC](https://discourse.julialang.org/t/running-julia-jupyter-notebooks-inside-vscode/47421 "2020-09-28T17:00:46Z")
**Posts on this page:** 1
**Showing post:** 13

<div class="post-metadata">

### Author: ![Manuel\_Bergmann](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/manuel_bergmann/32/20174_2.png) [@Manuel\_Bergmann](https://discourse.julialang.org/u/Manuel_Bergmann)
#### Post date: [March 21, 2021, 5:00pm UTC](https://discourse.julialang.org/t/running-julia-jupyter-notebooks-inside-vscode/47421/13 "2021-03-21T17:00:33Z")

</div>

I am currently on the stable version 1.53.2 of VSCode with Julia 1.5.3 and I have the exact same issues with it as described by @Shuhua (edit: platform is Windows 10): Code runs, but no syntax highlighting and also only old UI.  
Installed versions:

- VSCode (stable) 1.53.2
- Julia (on the system): 1.5.3
- Julia VS extension: 1.1.32
- Jupyter VS extension: v2021.2.603412351

 ![image](https://global.discourse-cdn.com/julialang/original/3X/9/0/9002760304f63476590930cba04c9b2c3ecb9364.png)

Again, with the current VS Code Insider version this works. Kinda. The syntax highlighting in many cases seems broken, especially string interpolations.

- VSCode (insider) 1.55.0
- Julia (on the system): 1.5.3
- Julia VS extension: 1.1.37
- Jupyter VS extension: v2021.4.641214696

 ![image](https://global.discourse-cdn.com/julialang/original/3X/e/1/e1144bd6498470dec0125041543e36e9d8d68af7.png)

Note the `2pi` marked red as well as the syntax highlighting for the string interpolation being broken.  
All those things work in regular .jl files in VS Code however:

![image](https://global.discourse-cdn.com/julialang/original/3X/3/9/39b5701e3a57880bfbf292079e8f2e2324f0e94b.png)

Out of interest I tried the string interpolation in nteract as well and here it was completely broken too (but in a different way):

![image](https://global.discourse-cdn.com/julialang/original/3X/c/0/c067d30f6989fea3141c0481c8c8b1fb42700341.png)

Am I missing something? Is there currently any notebook frontend for Julia, that provides correct syntax highlighting?

---

_[View the full topic](https://discourse.julialang.org/t/running-julia-jupyter-notebooks-inside-vscode/47421)._
