How to open a Jupyter notebook by double-clicking

Top 5 Python Tools
In this post, we will run through how you can double-click a Jupyter notebook to open it. Jupyter notebooks are one way engineers can write and execute Python code. But when you double-click a Jupyter notebook on your computer, it probably doesn't open or it opens in notepad at looks like nonsense. Learn how to open Jupyter notebooks by double-clicking using the steps in this post.

more ...

Opening a Jupyter Notebook on Windows

In this post, we will run through how to open a Jupyter notebook on Windows 10. Jupyter notebooks are one way engineers can write and execute Python code. Jupyter notebooks contain Python code, the output of that code produces when it is run and markdown cells to explain what the code means. A Jupyter notebook can be started from the Anaconda Prompt, the Windows start menu or by using the Anaconda Navigator.

more ...

Installing Anaconda on Windows

In this post, we will run through installing the Anaconda distribution of Python on Windows 10. I think the Anaconda distribution of Python is the the best option for undergraduate engineers who want to use Python. Anaconda is free (although the download is large which can take time) and can be installed on school or work computers where you don't have administrator access or the ability to install new programs.

more ...