
INSTALL JUPYTER NOTEBOOK SERVER DOWNLOAD
To download the Anaconda distribution to your EC2, copy the “installer” link and run: The easiest way to do this is to download the Anaconda distribution that matches your Operating System (if you are following along using Ubuntu, this is the Linux version).
INSTALL JUPYTER NOTEBOOK SERVER INSTALL
Once you are connected to your EC2, you now need to install Jupyter. “ Welcome to Ubuntu 18.04.2 LTS” or whatever Operating System you installed. Move information on connect VIA SSH can be found here on Amazon’s help site. If you get an error about not being able to find the Permission File you may have to specify the path to the file. You should be able to connect to your instance by copying the “Example” from the “Connect” tab. On you command line you can check if you have an SSH client by typing “SSH” and hitting enter and checking if your terminal recognizes the command.

All Macbooks come with SSH, Window users may have to install an SSH client.

Note: you will need to have an SSH client on your computer. pem file.īy clicking “Connect” at the top of the instances page, Amazon will provide a list of instructions on connecting to your EC2 server: In this menu, select the security group that you just created and then click “Assign Security Group”:īefore you begin, make sure you followed “Step 6” of the “Creating an EC2 Instance” article and changed the permissions for your. Select the EC2 instance you are going to be using for your Jupyter Notebook, go into “Actions”, “Networking” and click “Change Security Groups”: Once you have all of that set “Create” this new security group. You can limit access by entering a custom IP into the source. Setting the source to anywhere will allow you to access your Jupyter Notebook from any IP address.

These options work just fine for personal use but you can also install Jupyter onto an AWS server so that it can run be accessed from anywhere. Two ways to install Jupyter to your computer, both can be found here.There are two ways to use Jupyter on your own computer: Jupyter can be used to leverage big data tools and works with over 40 different languages. MIME(Multi-purpose Internet Mail Extensions).Jupyter can produce a variety of outputs, such as: Jupyter is an open-source application that allows you to create and share documents that contain live code, equations, visualizations and text.

Running Jupyter Notebook on an EC2 Server
