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

    Oct 18, 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 ipykernel==6.30.1, which is …

  2. How can I fix "'jupyter' is not recognized as an internal or external ...

    I have installed Jupyter on Windows 10, Python 3.x via pip install jupyter The installation works fine, even though I did restart the terminal. But trying to run jupyter notebook gives the follow...

  3. What is the difference between Jupyter Notebook and JupyterLab?

    Jun 22, 2018 · Jupyter Notebook is a web-based interactive computational environment for creating Jupyter notebook documents. It supports several languages like Python (IPython), Julia, R etc. and is …

  4. What is the difference between ! and % in Jupyter notebooks?

    Aug 20, 2017 · !, provided by Jupyter, allows shell commands to be run within cells. I haven't been able to find much comparing the two, and for simple shell commands like cd, etc. The main difference I …

  5. Introducing Python and Jupyter Notebooks Support in Microsoft Teams

    Jan 10, 2023 · Jupyter Notebooks, interactive documents that comprise code, rich-text, and visualizations, are widely used and loved by data scientists and machine learning practitioners. …

  6. Jupyter Experiences on Microsoft Azure | Microsoft Community Hub

    Apr 2, 2020 · The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and...

  7. jupyter - What is the difference between JupyterLab and JupyterHub ...

    Jul 17, 2019 · Jupyter Notebook plugins may not work with JupyterLab (which is currently beta now). If you want to use Jupyter Notebook, just use Jupyter Notebook. If you want multiple users to juse their …

  8. No kernel appearing in VS Code in Jupyter Notebook

    Mar 9, 2012 · I have opened the Jupyter Notebook in my Google Chrome via the Anaconda Navigator and found no problem with that. But I couldn't find any information on how to fix it in VisualStudio Code.

  9. Change IPython/Jupyter notebook working directory

    Mar 28, 2013 · When I open a Jupyter notebook (formerly IPython) it defaults to C:\\Users\\USERNAME. How can I change this so to another location?

  10. How do I launch jupyter notebook from my terminal?

    Aug 19, 2019 · Trying to Launch jupyter notebook from terminal. I am currently on my terminal in the correct folder, and I have python 3.5 installed along with conda. But it is not launching.