Giter Club home page Giter Club logo

juliatutorials's Introduction

JuliaBoxTutorials

This repository contains introductory tutorials for the Julia language in the form of Jupyter Notebooks. You can run the notebooks locally by installing nteract.

Running Julia on your Computer

You can also do these tutorials by installing julia on your computer, setting up Jupyter, and downloading this tutorial repository to your computer. If you're new to Julia, you can do that by following these steps:

  1. Download julia from https://julialang.org/downloads/ (download the latest "stable" version).
    • Follow the instructions to install it on your computer (e.g. On macOS, drag it to Applications. On Windows, run the installer.)
  2. Install julia's Jupyter Notebooks integration: IJulia.jl
    • Open the installed julia application, and you are presented with a "REPL" prompt. This is the main Julia interface. There, type this closing bracket character: ] to open the package manager. Then type add IJulia to install the jupyter notebook interface for julia.
    • Then exit the package manager by pressing delete (as if you're deleting the ] you typed to enter package mode)
    • Now you can open the jupyter notebooks by entering using IJulia, then once that loads, entering IJulia.notebook(), which should open a Jupyter tab in your browser.
  3. Last, download the tutorials from this repository, via the github Clone/Download button above, or clicking this link:

And now from the Jupyter tab in your browser, you can navigate to the folder where you downloaded the tutorials, and then click on the name of one of them to get started! Enjoy!

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.