Skip to content

Commit

Permalink
making label right
Browse files Browse the repository at this point in the history
  • Loading branch information
parkeraa committed Jan 26, 2024
1 parent 19f762f commit c667907
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions book/pages/mzi_layout.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
},
{
"cell_type": "code",
"execution_count": 33,
"execution_count": 35,
"metadata": {},
"outputs": [
{
Expand All @@ -183,6 +183,9 @@
}
],
"source": [
"from ubcpdk.config import CONFIG\n",
"\n",
"CONFIG.username='MyName'\n",
"component_fiber_array = uc.add_fiber_array(component=mzi, name='My_cool_MZI')\n",
"component_fiber_array.plot()"
]
Expand All @@ -196,14 +199,14 @@
},
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 36,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"\u001b[32m2024-01-26 12:09:16.270\u001b[0m | \u001b[1mINFO \u001b[0m | \u001b[36mgdsfactory.component\u001b[0m:\u001b[36m_write_library\u001b[0m:\u001b[36m1913\u001b[0m - \u001b[1mWrote to 'mzi.gds'\u001b[0m\n"
"\u001b[32m2024-01-26 12:34:00.250\u001b[0m | \u001b[1mINFO \u001b[0m | \u001b[36mgdsfactory.component\u001b[0m:\u001b[36m_write_library\u001b[0m:\u001b[36m1913\u001b[0m - \u001b[1mWrote to 'mzi.gds'\u001b[0m\n"
]
},
{
Expand All @@ -212,7 +215,7 @@
"PosixPath('mzi.gds')"
]
},
"execution_count": 34,
"execution_count": 36,
"metadata": {},
"output_type": "execute_result"
}
Expand Down

0 comments on commit c667907

Please sign in to comment.