Posts

Jupyter Notebook Installation On windows (Without Anaconda)

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