diff --git a/docs/transpile/create-a-transpiler-plugin.ipynb b/docs/transpile/create-a-transpiler-plugin.ipynb index d8c3e79f5f5..677b79efc91 100644 --- a/docs/transpile/create-a-transpiler-plugin.ipynb +++ b/docs/transpile/create-a-transpiler-plugin.ipynb @@ -497,12 +497,22 @@ "source": [ "If our example plugin were installed, then the name `my_clifford_synthesis` would appear in this list." ] + }, + { + "cell_type": "markdown", + "id": "a48c2d0b-c402-4b83-ae2e-42c33fe1720e", + "metadata": {}, + "source": [ + "\n", + " - [Submit your plugin to the Qiskit Ecosystem!](https://github.com/Qiskit/ecosystem?tab=readme-ov-file#how-to-join).\n", + "" + ] } ], "metadata": { "description": "How to create a Qiskit transpiler plugin.", "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "Python 3", "language": "python", "name": "python3" }, @@ -516,7 +526,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.7" + "version": "3" }, "title": "Create a transpiler plugin" },