Skip to main content
added 3 characters in body
Source Link
m4n0
  • 32.6k
  • 28
  • 81
  • 98

If you are objective is to use jupyterJupyter notebook, install Anaconda, it comes as ana package where you have anaconda navigator and anaconda prompt to manage IDE and packages respectively.

youYou can straight away type "Jupyter Notebook" in Anaconda Prompt to use it.

Let's say, iI need to use Jupyter notebook in ana virtual environment

conda create --name venv

conda create --name venv 

Now iI want jupyterJupyter in this virtual environment,

Go to Anaconda Navigator, select the desired environment, Use the Jupyter Notebook or any other IDEs.

If you are objective is to use jupyter notebook, install Anaconda, it comes as an package where you have anaconda navigator and anaconda prompt to manage IDE and packages respectively.

you can straight away type "Jupyter Notebook" in Anaconda Prompt to use it.

Let's say, i need to use Jupyter notebook in an virtual environment

conda create --name venv

Now i want jupyter in this virtual environment,

Go to Anaconda Navigator select the desired environment, Use the Jupyter Notebook or any other IDEs.

If you are objective is to use Jupyter notebook, install Anaconda, it comes as a package where you have anaconda navigator and anaconda prompt to manage IDE and packages respectively.

You can straight away type "Jupyter Notebook" in Anaconda Prompt to use it.

Let's say, I need to use Jupyter notebook in a virtual environment

conda create --name venv 

Now I want Jupyter in this virtual environment,

Go to Anaconda Navigator, select the desired environment, Use the Jupyter Notebook or any other IDEs.

Source Link

If you are objective is to use jupyter notebook, install Anaconda, it comes as an package where you have anaconda navigator and anaconda prompt to manage IDE and packages respectively.

you can straight away type "Jupyter Notebook" in Anaconda Prompt to use it.

Let's say, i need to use Jupyter notebook in an virtual environment

conda create --name venv

Now i want jupyter in this virtual environment,

Go to Anaconda Navigator select the desired environment, Use the Jupyter Notebook or any other IDEs.