How to create a pyqgis kernel in Jupyter-Notebook
-
Install the qgis kernal in terminal
-
Install the qgis in a jupyter-notebook
-
Using cmake to build a spatial library, then install to /opt/conda
git clone geospatial_project
cd geospatial_project
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/opt/conda ..
make -j 4