plotnine-Installation ===================== In den meisten Fällen sollte folgende Installation hinreichend sein: .. code:: console $ pipenv install plotnine Für die Verwendung zusammen mit `scikit-learn `_ und `scikit-misc `_ können Extras installiert werden mit .. code:: console $ pipenv install "plotnine[all]" .. tab:: Jupyter-Notebooks .. code:: console $ jupyter nbextension enable --py widgetsnbextension .. tab:: JupyterLab .. code:: console $ jupyter labextension install @jupyter-widgets/jupyterlab-manager