Coder Social home page Coder Social logo

odum-julia's Introduction

Odum Julia course

This repository contains all of the code for the Odum Institute Julia course. For the course, it is typically deployed on JupyterHub. Instructions to use it locally are below.

Local usage

  1. Download and install Julia.
  2. Download this code repository and extract it, either as a ZIP or via Git if you're familiar with it.
  3. Open a command prompt. On Mac, open the Terminal application. On Windows, open CMD, PowerShell or WSL. Use the cd command to navigate to the directory where you extracted the zip, e.g. cd ~/Downloads/odum-julia or cd C:\Users\username\Downloads\odum-julia, replacing with the correct paths and putting double quotes around the path if it contains special characters. This guide should get you started if you're not familiar with the command line
  4. Make sure you're in the right directory. Type ls and confirm that you see the 1 Reading Data into Julia.ipynb file.
  5. Start Julia by typing julia and pressing enter.
  6. Enter the package management mode by pressing ]. You should see a line ending in pkg>
  7. Activate the environment for the odum-julia course by typing activate . and pressing enter
  8. Install the needed packages by typing instantiate and pressing enter
  9. Press Backspace (Delete on Macs) to exit the package manager. You should see a prompt julia>
  10. Load the IJulia package which interfaces with Jupyter Notebook by typing using IJulia and pressing enter.
  11. Open the Jupyter notebook by typing notebook(). It may prompt you to install Jupyter; say yes. If you have Jupyter Notebook installed another way, e.g. through anaconda, and want to use that notebook installation, see the alternate installation instructions for IJulia.
  12. Download the sensor data and place it in the data directory wherever you extracted the code repository. This data comes from Caltrans PeMS.

To re-open the notebooks later, repeat steps 3-7 and 9-11.

odum-julia's People

Contributors

mattwigway avatar

Stargazers

Kshitiz Khanal avatar Philip Waggoner avatar

Watchers

 avatar James Cloos avatar Philip Waggoner avatar  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.