tiginamaria / ITMO_CT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colors of city

This project is for searching places in city by the colour you want.

Installation

  1. Install Jupyter Notebook
pip3 install jupyterlab
pip3 install notebook
  1. Install requirements
pip3 install -r requirements.txt 

Usage

  1. Enable map visualization library
jupyter nbextension enable --py --sys-prefix ipyleaflet
  1. Run Jupyter Notebook
jupyter notebook colors_of_city.ipynb

About


Languages

Language:Jupyter Notebook 81.1%Language:Python 18.9%