Git Product home page Git Product logo

tutorial-grid-science-2019's Introduction

Grid Science Winter School Julia Tutorial

logo

This repository contains materials for the Julia/JuMP tutorial, held at the Los Alamos National Laboratory Grid Science Winter School, January 7-11, 2019.

This README will walk you through how to install Julia and IJulia.

Install Julia

To get started, you first need to install Julia.

Windows 7 Users: as instructed on the downloads page, you will need to install at least version 3.0 of the Windows Management Framework.

Download the materials

Next, you need to download a copy of these materials.

  • If you have git installed, (after cd'ing to an appropriate directory) run
git clone https://github.com/lanl-ansi/tutorial-grid-science-2019
  • If you don't have git installed (i.e., the above command fails), download this zip file. Once downloaded, unzip it to an appropriate location.

Open Julia

Now open Julia, either by typing julia at a terminal, or from where ever you installed it. Once open, you should be faced with the Julia REPL that looks like this:

Julia REPL

Install Jupyter

Now we need to install Jupyter. In the Julia REPL, run the following commands (this may take a little bit of time):

import Pkg
Pkg.add("IJulia")

Open a Jupyter notebook

Okay, last step, let's launch a Jupyter notebook! Open a Julia REPL and then run:

using IJulia
IJulia.notebook(dir="/path/to/tutorial-grid-science-2019")

Note: we've had some reports that dir="~" fails on some NIX machines. Use an absolute path instead.

If all goes well, a browser window will open that looks like this:

jupyer_notebook

To get started on the content portion of the tutorials, click on the first notebook entitled Class I - An introduction to Julia.

tutorial-grid-science-2019's People

Contributors

ccoffrin avatar odow avatar

Watchers

James Cloos avatar Ruben Felix 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.