Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

UCLAMAEThreads/MAE150A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAE150A

This repository is designed for MAE 150A Intermediate Fluid Mechanics at UCLA.

Build Status Binder

To get started with jupyter, please do the following:

  1. Download Julia to your computer from https://julialang.org

  2. Start a Julia session.

  3. Type ] to enter the Julia package management system. At this prompt, type add IJulia. This downloads jupyter, which is a browser-based computing environment. The 'ju' part stands for Julia; the 'py' part stands for Python. You can return to the Julia prompt by pressing backspace.

If you already have jupyter set up on your computer, start here:

  1. Enter the Julia package management system using ], if you are not already in it (see above). Type add https://github.com/UCLAMAEThreads/MAE150A. This will add the MAE150A package to your own computer. (In future sessions, you do not need to run this again. However, you should regularly run update to make sure you have the most up-to-date version of the package. I.e., type ] update from the Julia prompt. Please make sure to start a new Julia session after you update, to force a new compilation of the package.)

  2. Now press backspace to return to the Julia prompt. At this prompt, type using MAE150A. This precompiles the package. Note: it will probably take several minutes.

  3. After you have waited patiently for that to finish, type MAE150A.open_notebooks(). This will put you into the main index of notebooks. You can open each one and run it.

  4. If you wish to use any of these notebooks as a starting point for your own modifications, please use the "Make a Copy..." option from the main jupyter menu.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages