Jupyter Notebook Installation On windows (Without Anaconda)
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZvZM6_LObeZYakF95pCN-0RphDypW17b4fujXokOOjMXcdkxxuAdhyu_XkKxT-ve540QVAIVarBSPOXM7MgelPi3LD0j6lbaUSamE2OFG6XDSjnw6cyJ08-mqQCr3xioeyEdiggxHutg/w671-h276/multiple-py-use.jpg)
Install Jupyter Notebook on Multiple Python Versions Prerequisites: 1. Need to Install Python on your system 2. Include Python.exe Path to Environment Variables. Goals: 1. Run Different Versions of python shell on cmd 2. pip install jupyter-notebook on specific python version 3. run jupyter-notebook from cmd Why use jupyter notebook? - Jupyter Notebook provides you with an easy-to-use, interactive data science environment across many programming languages that doesn't only work as an IDE , but also as a presentation or education tool. It's perfect for those who are just starting out with data science or python! Why not just use Anaconda? - To achieve this specific goal we can use "Anaconda" and work with jupyter notebook but the problem with anaconda is it's not a small software and acquires a lot of memory on disk as it installs a lot packages and IDEs(e.g. spyder, pycharm) which are not usually required for most projects. Commands ...