Giter Club home page Giter Club logo

learningjupyternotebook's Introduction

LearningJulia

Hi! This is a collection of Jupyter Notebooks to demonstate how to generate interactive graphs and mathimatic formulas using Julia and Python.

Recommended browser to run these Jupyter Notebooks is Google Chrome.

Installation

This is the installation process to install jupyter notebook and then julia and python extensions to jupyter notebook

Installing Jupyter Notebook

Open command prompt.

First it is a good idea to update pip so all packages work correctly, type the command into the command prompt window: python -m pip install --upgrade pip

After, install jupyter by typing the following command into the command prompt window: python -m pip install jupyter

To open jupyter notebook, use the following command: jupyter notebook

Installing Matplotlib

Matplotlib is a python library that allows you to display all sorts of 2D graphs.

Open command prompt and use the following command: pip3 install matplotlib

If you are having trouble check out this tutorial: Using Matplotlib with Jupyter Notebook - GeeksforGeeks

Installing INumpy

To make graphs interactive, Inumpy is the python library for you!

Open command prompt and use the following command: pip3 install ipympl

Installing Julia

Go to the link below and find the installer that matches your operating system: Download Julia (julialang.org)

Installing Julia Libraries

To use Julia with Jupyter notebooks, you need to install IJulia, allowing you to combines code, formatted text, math, and multimedia in a single document.

To install, open Julia.

run command: using Pkg after, run another command(for installing IJulia): Pkg.add('IJulia')

learningjupyternotebook's People

Contributors

mattsiel avatar

Watchers

 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.