### Install pythreejs with pip Source: https://pythreejs.readthedocs.io Use this command to install the pythreejs package. No additional setup is required for recent notebook versions. ```bash pip install pythreejs ``` -------------------------------- ### Install pythreejs Jupyter Notebook Extension Source: https://pythreejs.readthedocs.io If using an older notebook version (pre-5.3) or a separate kernel environment, register and enable the notebook extension. ```bash jupyter nbextension install [--sys-prefix | --user | --system] --py pythreejs jupyter nbextension enable [--sys-prefix | --user | --system] --py pythreejs ``` -------------------------------- ### Install pythreejs JupyterLab Extension Source: https://pythreejs.readthedocs.io For JupyterLab, install the corresponding lab extension. A version specifier might be needed for older pythreejs versions. ```bash jupyter labextension install jupyter-threejs ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.