I want to install anaconda and launch jupyter lab.
(vscode is also installed)
Since it's Windows, type jupyter lab at the command prompt and enter
Then,
'jupyter' is an internal or external command,
Not recognized as an operational program or batch file.
That's it.
vscode windows-10 anaconda jupyter-lab
Instructions for installing jupyter lab in Windows
https://www.anaconda.com/products/individual
at the bottom of the page
Windows
"64-Bit Graphical Installer"
"32-Bit Graphical Installer"
Select one of the to download and install.
※ Choose between 64-bit and 32-bit operating systems.
Once the installation is complete,
Anaconda3
folder has been created in the Start menu, and it contains
Anaconda Navigator
has been added.
"Click ""Jupyter Lab"" from the menu that appears by clicking it
"You can launch the Jupyter Lab
.
As the questioner is concerned about Visual Studio Code... I will add it.
If you want to use Jupiter Notebook from Visual Studio Code,
https://code.visualstudio.com/docs/python/jupyter-support
as shown in
Visual Studio Code Extension
Python extension for VS Code
Jupyter
allows you to run and edit .ipynb
files.
© 2024 OneMinuteCode. All rights reserved.