About 2,070,000 results
Open links in new tab
  1. VS Code does not find Python kernel - Stack Overflow

    Nov 2, 2022 · I am running VS Code on a Mac OS. I have installed Jupyter extension but I'm unable connect to my Python virtual environments. When I create a new virtual environment …

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

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

  5. Introducing Python and Jupyter Notebooks Support in Microsoft …

    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. Showing line numbers in IPython/Jupyter Notebooks

    To show line numbers by default in Jupyter lab, Click on the menu Settings → Advanced Settings Editor (or use the shortcut control +,). An environment with three columns will appear: the …

  7. Make 3D plot interactive in Jupyter Notebook - Stack Overflow

    I use Jupyter Notebook to make analysis of datasets. There are a lot of plots in the notebook, and some of them are 3d plots. I'm wondering if it is possible to make the 3d plot interactive, so I ...

  8. Conda environments not showing up in Jupyter Notebook

    Sep 21, 2016 · So, inside Jupyter, conda kernelspec list does list my two environments. Their respective kernel.json points to two different python paths. However, if I do jupyter notebook …

  9. How do I convert a IPython Notebook into a Python file via …

    Jun 13, 2013 · $ jupyter nbconvert --to script [YOUR_NOTEBOOK].ipynb As a bit of a hack, you can even call the above command in an IPython notebook by pre-pending ! (used for any …

  10. Windows Subsystem for Linux (WSL 2) and Jupyter Lab : How to …

    13 I have a Jupyter lab installed on Windows. I installed Jupyter Lab on WSL Ubuntu. I can lunch Jupyter Lab from Linux terminal. This will open Jupyter Lab on Chrome browser from which I …