{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Python Interface\n", "For the C++ interface see [here](../C++/cplusplus_interface.rst)\n", "\n", "## Install open3d Python package\n", "For installing Open3D Python package, see [here](../../getting_started.rst).\n", "\n", "## Install open3d from source\n", "For installing from source, see [here](../../compilation.rst)." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Install open3d from source\n", "This tutorial shows how to import the `open3d` module and print out help information. " ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "import open3d as o3d" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "