{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Basics of vedo" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "from vedo import *\n", "\n", "settings.default_backend = \"vtk\" # or k3d, ipyvtk, trame, or 2d" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "# Show an empty window (press q to close it)\n", "plt = Plotter()\n", "plt.show()\n", "plt.close()" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n",
" | \n",
"\n", " Sphere:   vedo.mesh.Mesh\n", "
|