Git Product home page Git Product logo

3f8's Introduction

In order to get the notebooks running on your machine you need to complete three steps:

  1. clone the repository to your machine
  2. install python and dependencies
  3. run the jupyter notebook command from a terminal

These steps are explained below.


  1. Cloning the repository from github

In order to clone this repository onto your own machine, you will need to install git. You can do so by following the instructions on this website:

https://linode.com/docs/development/version-control/how-to-install-git-on-linux-mac-and-windows/

After you have installed git, open a terminal and navigate to the folder you wish to clone the repository into. Then type the command:

git clone https://github.com/cambridge-mlg/3F8.git

The online_textbook folder should now be cloned into the directory you were in. The notebooks are about 200MB.


  1. Installing Python and dependencies

In order to run the notebooks, you will need to install python 3 if you haven't done so already. You can download python from this link:

https://www.python.org/downloads/

After you have installed python, you will need to install a few dependencies. To install these, or check that they are already installed, type the following command into your terminal:

python3 -m pip install scipy numpy matplotlib pandas

This should return a "Succesfully installed" message.


  1. Running and accessing the notebooks

Finally, in order to open the notebook, you need to run, in the terminal, the command:

jupyter notebook

which will open a directory tree in jupyter notebooks in your browser. From here, navigate to the mphil-intro-module folder and open the file 'index.ipynb'. From here you should be able to navigate to all of the other notebooks. The home button in each notebook will take you back to this index page.

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.