Skip to content

Commit

Permalink
set debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Feb 5, 2023
1 parent 53e8f0a commit bc383cb
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions docs/notebooks/workflow/jupyter_notebooks.ipynb
Expand Up @@ -22,19 +22,10 @@
"import gdsfactory as gf\n",
"import kweb.server_jupyter as kj # requires `pip install gdsfactory[full]` or `pip install kweb`\n",
"\n",
"kj.start()\n",
"\n",
"gf.config.set_log_level(\"DEBUG\")"
"gf.config.set_log_level(\"DEBUG\")\n",
"kj.start()"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "e3885299-8db0-4fac-8f42-c7b157bec47e",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit bc383cb

Please sign in to comment.