Giter Site home page Giter Site logo

sunpeng52

Binder

My project with Jupyter Notebook

Instructions

Install Dependencies

sudo apt-get update && \
   sudo apt-get install -y make git docker.io docker-compose && \
   sudo usermod -aG docker $USER && \
   newgrp docker

Setup and Start/Stop Jupyter Notebook

make setup # initial setup
make start # start jupyter notebook (password secured)
make colab # start jupyter notebook (no security)
make stop  # stop jupyter notebook server

If your notebook started with make start, you can connect to it by going to https://[virtual-machine-External-IP][:PORT]. (The port can be omitted if 443, which is the default for HTTPS). You will see a warning that your connection is not private that you can safely bypass.

If your notebook started with make colab, the server is running without any authentication or encryption. This mode is meant to be used as a way to start a remote kernel for your Colaboratory notebook to connect to. Refer to Colaboratory documentation) for details on how to connect to a remote kernel with ssh port forwarding.

Commit to Github

git init
git add * .gitignore
git commit -m'first commit'
git branch -M main
git remote add origin https://github.com/sunpeng52/sunpeng52.git
git push -u origin main

Created from dddlab/reproducibility-demo cookiecutter template

sunpeng52's Projects

fix_numpy_int icon fix_numpy_int

Fast SHAP value computation for interpreting tree-based models

ggm icon ggm

R codes for "Sparse positive-definite estimation for covariance matrices with repeated measurements"

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.