GithubHelp home page GithubHelp logo

urban_simulation's Introduction

Urban Simulation Practicals

Dependencies

To set up your python environment and run the code in the practicals, follow the instructions below.

  1. Download and install anaconda.

  2. Download and unzip the material from Friday practical sessions week 1.

  3. Open command prompt (or terminal if on Mac).

  4. In the command prompt (or terminal) navigate to the directory where you unzipped the file. This folder contains an environment.yml file: example bellow.

    cd C:\Users\username\git\urban_simulation
    
  5. Install Jupyter Notebook if not already installed.

    conda install -c conda-forge notebook
    
  6. Create a new environment using the environment.yml file and activate the environment.

    • Linux or Mac:
    conda env create -f environment_mac.yml 
    source activate urbsim
    
    • Windows:
    conda env create -f environment.yml 
    activate urbsim
    
  7. Create a IPython kernel for the urbsim environment.

    python -m ipykernel install --user --name urbsim --display-name "urbsim"
    
  8. Launch jupyter notebook.

    jupyter notebook
    
  9. Before running code in a notebook, change the kernel to match the urbsim environment by using the drop-down Kernel menu.

Kernel

urban_simulation's People

Contributors

mateoneira avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Forkers

zoeyxinyu

urban_simulation's Issues

environment install

For environment install I used the anaconda command prompt on windows

I had to use:


conda env create -f environment.yml 

conda activate urbsim

As the current environment install didn't work so I followed this: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html

Then use the python -m ipykernel install --user --name -urbsim --display-name "urbsim"

but I have the environment installed after this and can create a new notebook using this kernel going forward

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.