Giter VIP home page Giter VIP logo

housebuying's Introduction

HouseBuying

Calculators for buying a house

Repo Layout

.
├── jupyter/                        # Jupyter notebooks
└── pluto/                          # Pluto notebooks

Installation Instructions

Jupyter Setup

Necessary steps to install Python and Julia kernels

  • Install Jupyter with Python kernel:
      pip install jupyter --user

    Note: Make sure that Python scripts are added to PATH so you can then call jupyter from the terminal.

  • Download Julia: LINK (make sure Julia gets added to PATH so you can call it from the terminal)
  • Install Julia kernel: (in Julia REPL)
      ] add IJulia

Optional (but recommended) extensions

  • Download all Jupyter extensions:
      jupyter contrib nbextension install --user
  • Enable collapsible headings (this allows you to fold/unfold heading sections in large notebooks)
      jupyter nbextension enable collapsible_headings/main
    
  • Enable hidding input cells (we recommend manually setting shortcut under toggle cell input display to h)
      jupyter nbextension enable hide_input/main
      jupyter nbextension enable hide_input_all/main
    
  • Disable bracket auto-completion: LINK

Pluto Setup

  • Download Julia: LINK
  • Install Pluto: (in Julia REPL)
      ] add Pluto

Launch Notebooks

To launch Jupyter:

  cd /path/to/this/repo
  jupyter notebook

To launch Pluto:

  cd /path/to/this/repo
  julia
    # in julia REPL
    using Pluto
    Pluto.run()

housebuying's People

Contributors

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