{ "info": { "author": "k3d team", "author_email": "artur.trzesiok@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Jupyter", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9" ], "description": "# K3D Jupyter\n\n[](https://pepy.tech/project/k3d)\n[](https://anaconda.org/conda-forge/k3d)\n[](https://travis-ci.org/K3D-tools/K3D-jupyter)\n[](https://lgtm.com/projects/g/K3D-tools/K3D-jupyter/alerts/)\n[](https://lgtm.com/projects/g/K3D-tools/K3D-jupyter/context:javascript)\n[](https://lgtm.com/projects/g/K3D-tools/K3D-jupyter/context:python)\n\nJupyter notebook extension for 3D visualization.\n\n\n\n\n\n\n\n\n\n#### YouTube:\n\n[](https://www.youtube.com/watch?v=zCeQ_ZXy_Ps)\n\n[](https://www.youtube.com/watch?v=9evYSq3ieVs)\n\n[](https://www.youtube.com/watch?v=DbCiauTuJrU)\n\n[](https://www.youtube.com/watch?v=wIbBpUlB5vc)\n\n\n## Try it Now!\n\nWatch: [Interactive showcase gallery](https://k3d-jupyter.org/showcase/index.html)\n\nDocumentation: [https://k3d-jupyter.org](https://k3d-jupyter.org)\n\nJupyter version: [](https://mybinder.org/v2/gh/K3D-tools/K3D-jupyter/main?filepath=index.ipynb)\n\n## Installation\n\n### PyPI\n\nTo install from PyPI use pip:\n\n $ pip install k3d\n\nWhen using Jupyter Notebook, remember to install and enable the `k3d` extension:\n\n $ jupyter nbextension install --py --user k3d\n $ jupyter nbextension enable --py --user k3d\n\nWhen upgrading from an earlier version, use the following commands:\n\n $ pip install -U k3d\n $ jupyter nbextension install --py --user k3d\n $ jupyter nbextension enable --py --user k3d\n\nSee below for instructions about JupyterLab installation.\n\n### Conda/Anaconda\n\nTo install from conda-forge use:\n\n $ conda install -c conda-forge k3d\n\n### Installing directly from GitHub\n\nTo install directy from this repository (requires git and node.js + npm to build):\n\n $ pip install git+https://github.com/K3D-tools/K3D-jupyter\n\nThis also makes possible installing the most up-to-date development version (same requirements):\n\n $ pip install git+https://github.com/K3D-tools/K3D-jupyter@devel\n\nTo install any historical version, replace `devel` above with any tag or commit hash.\n\n### Source\n\nFor a development installation (requires npm and node.js),\n\n $ git clone https://github.com/K3D-tools/K3D-jupyter.git\n $ cd K3D-jupyter\n $ pip install -e .\n\nThen, if required, JupyterLab installation:\n\n $ jupyter labextension install ./js\n\n### JupyterLab\n\nThen, if required, JupyterLab installation:\n\n*Note: do not run this command inside K3D-jupyter directory.*\n\n $ jupyter labextension install @jupyter-widgets/jupyterlab-manager\n $ jupyter labextension install k3d\n\nPlease notice that support for jupyterLab is still experimental.\n\n### Developer's How To\n\nPlease make sure to take a look at the [HOW-TO.md](HOW-TO.md) document.\n\n### Code of Conduct\nK3D-jupyter follows the Python Software Foundation Code of Conduct in everything we do.\n\n\n\n## Acknowledgments\n\n
| \n | \n\nResearch Infrastructure project\nThis package was created as part of the Horizon 2020 European\nOpenDreamKit\n(grant agreement #676541).\n | \n