Skip to content

Commit

Permalink
Merge pull request #973 from kecnry/notebooks-viz-from-root
Browse files Browse the repository at this point in the history
update mosviz notebooks to import from jdaviz root package
  • Loading branch information
pllim authored Nov 29, 2021
2 parents cd826c5 + be5ae48 commit e338e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/MosvizExample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"outputs": [],
"source": [
"from jdaviz.configs.mosviz.helper import Mosviz\n",
"from jdaviz import Mosviz\n",
"\n",
"mosviz = Mosviz()\n",
"mosviz.app"
Expand Down
2 changes: 1 addition & 1 deletion notebooks/MosvizNIRISSExample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"outputs": [],
"source": [
"from jdaviz.configs.mosviz.helper import Mosviz\n",
"from jdaviz import Mosviz\n",
"\n",
"mosviz = Mosviz()\n",
"mosviz.app"
Expand Down

0 comments on commit e338e9b

Please # to comment.