System Setup

  1. Use bash

  2. Install Anaconda on your system

    • Find the linux installation script and run it.
    • Accept defaults, except I let it run conda init
  3. Create a conda environment for the class

    conda create -n cse627 jupyterlab jupyter ipython ipykernel matplotlib
    
  4. Activate the environment for this class

    conda activate cse627 
    
  5. Install the kernel

    python -m ipykernel install --user --name cse627
    
    
  6. Clone the repo into an appropriate place

    mkdir -p Courses && cd Courses
    git clone https://github.com/MU-CSE627/MU-CSE627.git
    
  7. Launch jupyter

    jupyter lab
    

    Then, copy the URL including the token into your browser