{ "cells": [ { "cell_type": "markdown", "id": "656e7b52", "metadata": {}, "source": [ "# Option to show/hide plot messages\n", "\n", "The option `plot_message` allows to hide messages produced by sampling." ] }, { "cell_type": "code", "execution_count": 1, "id": "2eb0f327", "metadata": {}, "outputs": [], "source": [ "from lets_plot import *" ] }, { "cell_type": "code", "execution_count": 2, "id": "cedf8b23-85e1-439e-8ba4-9587c7d2008e", "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", " \n", " \n", " " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "LetsPlot.setup_html()" ] }, { "cell_type": "code", "execution_count": 3, "id": "1fc369a0-1d09-444c-bfa9-441258666ede", "metadata": {}, "outputs": [], "source": [ "d = { \n", " 'x': [it for it in range(100)] \n", "}" ] }, { "cell_type": "code", "execution_count": 4, "id": "fc5e08e6-227d-442d-bcf1-a09d84c14e67", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " " ], "text/plain": [ "