Code Monkey home page Code Monkey logo

course_julia_day's Introduction

Getting to know Julia in one day

This introductory course into Julia is presented in the form of Jupyter notebooks, which discuss the key concepts of the language from the angle of performing molecular simulations or linear algebra operations. It also provides an overview of existing packages and projects based on Julia.

This material was originally prepared for the Julia day at Sorbonne Université on 13.12.2019 (details), but was also presented at 36c3 in Leipzig.

Installing Julia

For working on the notebooks Julia 1.3 is recommended. Julia can be easily obtained in binary form from Julia downloads. Installation instructions specific to your operating systems are available.

Installing Jupyter and IJulia

For working with the material you need a working IJulia setup, this means you need to install Jupyter and integrate it with Julia. Roughly this boils down to:

  1. Install Jupyter notebook. For Linux choose your favourite package manager, like
apt install jupyter jupyter-notebook

for debian or

pip install jupyter

if you prefer PyPi packages. For Mac use brew install jupyterlab.

  1. Install IJulia inside Julia. For this run
/path/to/juliafolder/bin/julia -e 'import Pkg; Pkg.add("IJulia")'

in your terminal, where /path/to/juliafolder is the path into which you unpacked the julia tarball.

Getting the files and starting the notebooks

For getting the course files to your computer, the simplest is to use git:

git clone https://github.com/mfherbst/course_julia_day

After the command is finished you can start the notebooks as usual:

cd course_julia_day
jupyter notebook .

Citation

If you find this material useful, please consider citing it: DOI

course_julia_day's People

Contributors

mfherbst avatar

Watchers

James Cloos 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.