About 54 results
Open links in new tab
  1. Jupyter Notebook extension Visual Studio Code stuck "connecting …

    Oct 12, 2025 · The jupyter notebook extension in vscode as well as the jupyter notebook in the browser get stuck in kernel connecting state when a cell is executed. On installing …

  2. python - How to display and edit all Jupyter shortcuts in VSCode ...

    Jan 15, 2020 · 1 The support for jupyter shortcuts improved greatly. It is hard to search for available shortcuts in vscode as quite a few are reusing generic actions and names. For …

  3. Jupyter Notebooks in Visual Studio Code | Microsoft Community …

    Feb 6, 2020 · Working with Jupyter Notebooks in Visual Studio Code Jupyter (formerly IPython Notebook) is an open-source project that lets you easily combine Markdown text and …

  4. python - How to Export Jupyter Notebook by VSCode in PDF …

    When I try to export my Jupyter Notebook in pdf format in VSCode like this: then I got this error: Export failed. Please check the 'Jupyter' output panel for further details. and jupyter output p...

  5. virtualenv - Jupyter notebooks in Visual Studio Code does not use …

    For VSCode, your Jupyter kernel is not necessarily using the same python interpreter you're using at the command line. Use Ctrl + Shift + P to open the Command Palette, and select …

  6. No python detected by vscode jupyter notebook - Stack Overflow

    Mar 9, 2013 · Is my Ubuntu installation screwed up? I want same python (preferably 3.9, but 3.7 will also be ok) at all places: vscode bottom bar, terminal and also jupyter notebook. Also pip …

  7. visual studio code - Save As .ipynb in VSCode - Stack Overflow

    Apr 18, 2022 · visual-studio-code jupyter-notebook jupyter save-as asked Apr 18, 2022 at 16:20 brosenheim 302 2 4 18

  8. Minimum package requirements to run a jupyter notebook in vscode

    Aug 14, 2023 · The official document states that all you need is install the jupyter package by command pip install jupyter, which includes notebook, qtconsole, and the IPython kernel. At …

  9. Fail to use imports in jupyter notebook in vscode

    Sep 25, 2019 · In VSCode the relative path is relative to the folder / workspace that you have opened as opposed to jupyter where it is relative to the file. To work around this you can either …

  10. Line numbers for every cell in VSCode Jupyter Notebook Cells

    Jul 2, 2020 · But this is missing in VSCode. Every time a new cell is created, we need to select the cell and press the L key to enable the numbering for that cell which is very tiresome. Is …