diff --git a/docs/quickstart.ipynb b/docs/quickstart.ipynb index 2c6a9f2..7d6c89a 100644 --- a/docs/quickstart.ipynb +++ b/docs/quickstart.ipynb @@ -7,46 +7,6 @@ "source": [ "# Quickstart" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "a51faaf3-ee27-43c6-b48d-13be1adb5c46", - "metadata": {}, - "outputs": [], - "source": [ - "from wheretrue_lamin import ExampleClass, example_function" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "fa758625-efb0-4047-9a03-aa534bf6f78e", - "metadata": {}, - "outputs": [], - "source": [ - "example_function(\"A\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "ad22eec0-8f75-4e0b-a132-8a43ccb09b37", - "metadata": {}, - "outputs": [], - "source": [ - "ex = ExampleClass(1)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "8bf01623-742e-425a-973d-132fc61c3d9c", - "metadata": {}, - "outputs": [], - "source": [ - "assert ex.bar() == \"hello\"" - ] } ], "metadata": {