Adding notebook for sidecar widget organization#163
Conversation
| "* [Exercise](#Exercise)\n", | ||
| "\n", | ||
| "## Introduction\n", | ||
| "This tutorial familiarizes you with how to create and manipulate app sidecars, allowing you to customize your notebook displays for your optimal workflow. We use the package [jupyterlab-sidecar](https://github.com/jupyter-widgets/jupyterlab-sidecar) to create these sidecars in jupyterlab notebooks. In this notebook, we work with the widgets [mast-aladin](https://github.com/spacetelescope/mast-aladin) and [jdaviz](https://github.com/spacetelescope/jdaviz) to demonstrate functionality, though sidecars can be used to organize many other widgets you might use in your workflow." |
There was a problem hiding this comment.
Can you explain what a sidecar is somewhere in here? Maybe add an image?
|
I'm not sure what to do about the failing CI job. We may need to exempt these cells if there's a way to accomplish that. @ttdu would probably know more. |
|
Celia and I chatted on slack; there is now a ticket for the CI folks to address this (https://jira.stsci.edu/browse/SPB-3300) |
|
also, I am uncomfortable with the requirement that users have vanilla |
| @@ -0,0 +1,3 @@ | |||
| git+https://github.com/spacetelescope/mast-aladin.git | |||
There was a problem hiding this comment.
This PR depended on mast-aladin@main, which in turn depended on the dev version of ipyaladin. ipyaladin dev is built with npm via hatch-jupyter-builder. Since spacetelescope/mast-aladin#98, mast-aladin requires the latest release of ipyaladin, which has available universal wheels.
The npm dep should disappear next time you run CI. cc @ttdu
Establishing a subfolder (
interactive_MAST_data_exploration) for MAST Roman upscope notebooks from Team Cobalt with a notebook introducing widget organization viasidecar. Looking forward to feedback!