Installing just enough Jupyter Notebook

I don’t like programming, I am not very good at it; yes I can do just enough to make Arduino’s talk SCPI and do other things for me. However, I dislike writing reports in Microsoft Word more (don’t get me started on my feelings about Microsoft Windows). This is where Jupyter Notebook may come in (Not Juniper notebook as I have historicly mis-named it).

To install Jupyter Notebook on this Windows 10 machine, I am going to use Anaconda rather than go through the hassle of installing Python etc myself.

Installing Anaconda

Anaconda can be downloaded from its download page (on the same page there is a reduced package called Miniconda which is a cut down version). Download the installer, and run it.

The Anaconda install also installed Python 3 on the computer and due to selecting “for all users” it was able to install Python system wide.

Once it is fully installed, it will prompt you to open Anaconda Navigator, you may then have to dismiss it asking you to sign up or connect.

Anaconda Navigator, Main window
Anaconda Navigator, Main window

Getting a Jupyter Notebook

Scrolling down slightly on the Anaconda Main window, there is an icon for Jupyter notebook (in my case 7.2.2), click the “Launch” button under the icon.

Jupyter notebook Icon in Anaconda Navigator
Jupyter notebook Icon in Anaconda Navigator

On my computer I had a permmisions issue, this was overcome by navigating to ‘C:\Users\{username}\AppData\Roaming\jupyter\runtime’ and clicking access.

In Firefox (my default web browser) the following opened up, I clicked the small X on the Anaconda Assistant.

Front Page of a Jupyter Notebook
Front Page of a Jupyter Notebook

I want to make my first Jupter Notebook in Documents, and a subfolder called test, so sellecting Documents allows us to navigate into the folder, then right clicking allows us to create a new folder.

File and Folder Navigation
File and Folder Navigation

Once in the new folder called test, we can right click again to make a new notebook, it will be called untitled by default. At this point I assume I want the default Kernal, so click select.

Default Kernal in Jupyter Notebook
Default Kernal in Jupyter Notebook

I am going to have a go at replicating my EMC plots in this notebook, so I can move away from using Microsoft Excel.

Leave a comment

Your email address will not be published. Required fields are marked *

The maximum upload file size: 20 MB. You can upload: image, audio, video, document, spreadsheet, interactive, text, archive, code, other. Links to YouTube, Facebook, Twitter and other services inserted in the comment text will be automatically embedded. Drop files here