Giter Site home page Giter Site logo

mu-cse627's Introduction

System Setup

Using Docker

  1. Follow the docker installation instructions for your host OS.
  2. Make sure you post installation steps for linux, if you are on linux.
  3. Make sure you fix docker's DNS settings if you are on a Miami University computer (or if you find later that you cannot access websites from within docker images)
  4. From a terminal, start the docker image with the current directory mounted as /workspace and with port 8888 published to that you can access it from your host machine.
    $ docker run \
        -v ${PWD}:/workspace \
        -p 8888:8888 \
        jfemiani/ser627a:latest 
  5. The previous command will show you which address to use, for example:
    http://localhost:8888/?token=3b442a9f5c9f40cac4b713d5d4e270cb62e46f4a4fa60bb1
    
    Copy that URL and paste it into the address bar of a browser.

NOTE: If you are using port 8888 for something else, try -p 8889:8888' instead. Just remember, if you do that then the URL that jupyter provides you will say 8888 and you must edit it to say 8889 in your browser's address bar.

From Scratch

  1. Install Anaconda on your system
  2. Follow the same steps as I show in the Dockerfile.

mu-cse627's People

Contributors

jfemiani 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.