Using the Python Interactive window The Python Interactive window, mentioned in the previous section, can be used as a standalone console with arbitrary code (with or without code cells). To use the window as a console, open it with the Jupyter: Create Interactive Window command from the Command Palette. You can then type in code, using Enter to go to a new line and Shift+Enter to run the code. To
![Working with Jupyter code cells in the Python Interactive window](https://cdn-ak-scissors.b.st-hatena.com/image/square/80574cf3255893ab1ca2cc0c145e7c72e640c5b8/height=288;version=1;width=512/https%3A%2F%2Fcode.visualstudio.com%2Fassets%2Fdocs%2Fpython%2Ftutorial%2Fpython-social.png)