About 53 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. 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 ! 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 …

  4. 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), …

  5. 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...

  6. After installing with pip, "jupyter: command not found"

    After installing with pip install jupyter, terminal still cannot find jupyter notebook. Ubuntu simply says command not found. Similar with ipython. Did pip not get install properly or somethin...

  7. How to set env variable in Jupyter notebook - Stack Overflow

    May 30, 2017 · I've a problem that Jupyter can't see env variable in bashrc file. Is there a way to load these variables in jupyter or add custom variables to it?

  8. How can I add a table of contents to a Jupyter / JupyterLab …

    UPDATE for 2025 onward: There's a built-in solution included in both current Jupyter Notebook 7+ and JupyterLab 4+ where the Table of Contents will be autogenerated based on markdown …

  9. google chrome - How do I change the default browser used by …

    Jupyter looks for the BROWSER environment variable when choosing which browser to launch. I recommend setting BROWSER over configuring Jupyter specifically, because setting …

  10. 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?