Skip to content

Latest commit

 

History

History
61 lines (31 loc) · 2.21 KB

File metadata and controls

61 lines (31 loc) · 2.21 KB

Setting up your computer to do research

Goals

This is an interactive session to make sure that everyone at least has their computer set up to do a few basic things.

We expect that many of you have already done this. In that case you can help others to get set up.

Resources and links

Welcome page

MacOs setup page

Windows setup page

Stuff to do ahead of time

  • Install Slack (if you don't have it already) and join the channels that your group will be using. You might also want to join

  • Follow either the Windows and Mac setup and install these three things on your personal computer:

    • conda (Either anaconda or miniconda) including python and jupyter

    • terminal or terminal emulator program

    • graphics handler such as XQuartz or Cygwin

  • Download or clone this project repository to your personal computer

    • Click on the "Clone or download" button on this page [https://github.com/KIPAC/BootCamp]

    • If you are familiar with git you can clone the repository, otherwise select "Download zip". You will want to unpack the zip file into a place you can find it again easily.

If you run into problems setting up any of these things, don't worry. We've set aside some time today to work with people to get set up.

Activities and demos

  • Running a jupyter notebook locally on your computer

    • Using Anaconda

    • Using the Terminal and Miniconda

  • Running a jupyter notebook on an existing remote server

  • Running a terminal window and connecting to a remote computer

  • Starting a jupyter server remotely and connecting to it using the instructions here

  • Time permitting, start covering basics of python