- What ?
- Why ?
- How ?
Table of Contents
# python -m venv env
# > or just :
make venv
source env/bin/activate
# pip install jupyterlab ipykernel ipywidgets widgetsnbextension graphviz python-dotenv requests matplotlib seaborn plotly bokeh dtale lux-api pandas-profiling autoviz great_expectations popmon numpy statsmodels pandas modin[ray] sklearn torch tensorflow
# > or :
# pip install -r requirements.txt
# > or just :
make install
- Set environment variable values in .env file (copy or rename .env.example).
Download, extract and upload to Azure Cityscape zip files.
make dataset
jupyter-lab notebooks/main.ipynb
# make isort
# make format
# make lint
# make bandit
# make mypy
# make test
# > or just :
make qa
- Fix Plotly issues with JupyterLab
jupyter labextension install jupyterlab-plotly
- If using Jupyter Notebook instead of JupyterLab, uncomment the following lines in the notebook
import plotly.io as pio
pio.renderers.default='notebook'