Skip to content

Commit

Permalink
fix: ipyaladin is now built on anywidget, we have to change it in the…
Browse files Browse the repository at this point in the history
… notebooks
  • Loading branch information
ManonMarchand committed Jun 25, 2024
1 parent 90c6b3c commit 6cf1153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/01-intro-to-python-vizier-and-ipyaladin.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install ipyaladin\n",
"%pip install anywidget\n",
"%pip install sidecar"
]
},
Expand Down
2 changes: 1 addition & 1 deletion content/03-draw_me_a_MOC.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install ipyaladin"
"%pip install anywidget"
]
},
{
Expand Down

0 comments on commit 6cf1153

Please sign in to comment.