{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "1b607685-438c-466e-9671-140ae6c8d9f9", "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "0560c5f898da48b5a9865867f6d759be", "version_major": 2, "version_minor": 0 }, "text/plain": [ "HBox(children=(VBox(children=(Label(value='Sample Information', layout=Layout(height='auto', width='auto'), st…" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "5e698a443fc74b1c8e6abb0aa87200c3", "version_major": 2, "version_minor": 0 }, "text/plain": [ "GridspecLayout(children=(Label(value='First Measurement', layout=Layout(grid_area='widget001', height='auto', …" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "1ec1a195abd94a8191553ab782e2d2af", "version_major": 2, "version_minor": 0 }, "text/plain": [ "GridspecLayout(children=(Label(value='Second Measurement', layout=Layout(grid_area='widget001', height='auto',…" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "1692c4ee58ed4f658f5b38cd2b4035d4", "version_major": 2, "version_minor": 0 }, "text/plain": [ "Button(description='Start Measurement', style=ButtonStyle())" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "72063b77dec54b4980a4a8d946f78b98", "version_major": 2, "version_minor": 0 }, "text/plain": [ "Output()" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "%run diode.py" ] }, { "cell_type": "code", "execution_count": null, "id": "5bc60dda-f423-4cdc-bc39-3404a8cfa1df", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.4" } }, "nbformat": 4, "nbformat_minor": 5 }