Coder Social home page Coder Social logo

zhangyongheng78 / pplectures2021 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from randalburns/pplectures2022

0.0 0.0 0.0 107.9 MB

Jupyter notebooks for Parallel Programm (CS/JHU) Fall 2021

License: GNU General Public License v3.0

Jupyter Notebook 97.86% Java 0.16% Python 0.01% C 1.85% C++ 0.01% Makefile 0.05% Perl 0.07%

pplectures2021's Introduction

pplectures2021

Jupyter notebooks for Parallel Programm (CS/JHU) Fall 2021

The tools we are going to use for lectures:

  • python -- interpreted programming language favored by CS-oriented data scientist and ML folks
  • conda -- package manager and configuration environment for Python
  • jupyter lab -- literate programming environment that mixes code and markdown
  • github -- cloud-based repository management for sharing stuff

To get here, we need to do the following:

Install python:

For windows, I recommend using WSL (Windows Systems for Linux). I am running Ubuntu 20.04.2 LTS which comes with Python 3.8.

Install conda:

Anaconda prefers that you download an installer from https://www.anaconda.com/products/individual If you are using WSL, you need to download and run the Ubuntu installer Create and activate a conda virtual environment

  • conda create -n pp
  • conda activate pp

Install the python packages

conda install numba scikit-learn scikit-image jupyterlab pip

Clone the github repository and move into directory

  • git clone https://github.com/randalburns/pplectures2021.git
  • cd pplectures2021

Run jupyter lab

jupyter lab

pplectures2021's People

Contributors

randalburns avatar wheatman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.