Skip to content

Commit

Permalink
try import py_gamma
Browse files Browse the repository at this point in the history
  • Loading branch information
kanglcn committed Mar 22, 2024
1 parent b6a4bef commit 29f1bbc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nbs/CLI/load.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
"outputs": [],
"source": [
"#| hide\n",
"import py_gamma as pg"
"try:\n",
" import py_gamma as pg\n",
"except:\n",
" pass"
]
},
{
Expand Down Expand Up @@ -1329,7 +1332,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "conda-env-work-py",
"display_name": "Python [conda env:work] *",
"language": "python",
"name": "conda-env-work-py"
}
Expand Down

0 comments on commit 29f1bbc

Please sign in to comment.