Jupyter Notebook

Create an interactive mapping tool within a Jupyter Notebook

The article provides a step-by-step guide to developing a dynamic mapping application using Python. It covers the installation of necessary libraries, including Folium and GeoPandas, and demonstrates how to visualize geospatial data interactively. …

How to setup a Jupyter Notebook in VS Code (w/ virtual env & kernels) & install packages

The article offers a detailed guide for setting up Jupyter Notebooks within Visual Studio Code. It includes instructions on creating and managing virtual environments, configuring Jupyter kernels, and installing necessary packages. The article …