# exerc **Repository Path**: zhzh_book/exerc ## Basic Information - **Project Name**: exerc - **Description**: zhzh - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-28 - **Last Updated**: 2023-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # exercises ### install ``` install miniconda conda create -n exerc python=3.11 conda activate exerc conda install jupyterlab -c conda-forge conda install -c conda-forge obspy conda install nodejs conda install cartopy -c conda-forge conda install ipysheet -c conda-forge conda install bokeh -c conda-forge ``` **option** ``` conda install -c conda-forge pywavelets conda install -c conda-forge pygmt conda install -c conda-forge pyqtgraph run jupyter-lab ```