Coder Social home page Coder Social logo

divedeep's Introduction

DIVE Deep student site

This is the repo for the student version of notebooks in
https://www.cs.cityu.edu.hk/~ccha23/deepbook

  • To preview the notebooks with temporary storage, click Binder

  • To run locally on your computer with permanent storage:

    • Install docker.
    • Run the docker in a terminal from a working directory of your choice:
    docker run --rm -p 10000:8888 \
             -v "${PWD}":/home/jovyan \
             chungc/nobf:divedeep \
             start-notebook.sh --NotebookApp.token=''
    • It may take a couple minutes to run for the first time as it needs to download 1.6GB docker image. Subsequent run should be fast.
    • Port 10000 should be free for use. Otherwise, change it to a free port on your computer.
    • Pull the notebooks from this repo in a web browser:
      http://localhost:10000/git-pull?repo=https%3A%2F%2Fgithub.com%2Fccha23%2Fdivedeep&urlpath=lab%2Ftree%2Fdivedeep%2Fdivedeep.ipynb&branch=master
      • You can work on the notebooks under the deepdive subfolder. Clicking the above link again will automatically pull and merge changes from the repo, without overwritting your changes.
      • To finish, stop the notebook server by pressing Control-C in the terminal that runs the docker.
      • To restart, run the docker command again from the same working directory. You files should still be under the deepdive subfolder.

divedeep's People

Contributors

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