{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "1a8b3769", "metadata": { "slideshow": { "slide_type": "skip" } }, "outputs": [ { "data": { "text/html": [ "
\n", " " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "def hide_code_in_slideshow(): \n", " from IPython import display\n", " import binascii\n", " import os\n", " uid = binascii.hexlify(os.urandom(8)).decode() \n", " html = \"\"\"\n", " \"\"\" % (uid, uid)\n", " display.display_html(html, raw=True)\n", "\n", "hide_code_in_slideshow() " ] }, { "cell_type": "code", "execution_count": 2, "id": "7743e289", "metadata": { "slideshow": { "slide_type": "skip" } }, "outputs": [ { "ename": "ModuleNotFoundError", "evalue": "No module named 'matplotlib'", "output_type": "error", "traceback": [ "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m", "\u001b[1;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)", "\u001b[1;32m~\\AppData\\Local\\Temp/ipykernel_7232/945251201.py\u001b[0m in \u001b[0;36m