Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-link missing notebooks #73

Open
cameron-toy opened this issue Sep 21, 2020 · 1 comment
Open

Re-link missing notebooks #73

cameron-toy opened this issue Sep 21, 2020 · 1 comment

Comments

@cameron-toy
Copy link
Collaborator

cameron-toy commented Sep 21, 2020

Currently, loading a dashboard when a required notebook is missing causes the outputs from the missing notebook to be red, and attempting to load a cell that doesn't exist from a valid notebook causes the output to be yellow. This isn't very useful except to show that something is wrong, and doesn't offer any solutions.

A more useful solution would be to store the Base64 encoding of the output when the dashboard is saved (similar to how notebooks save the last output of each cell) so that the user can see a preview of the missing outputs. Also, dragging a notebook from the JupyterLab file browser on to a missing widget could re-link the notebook to the dashboard, updating its path.

Mock up:
Screen Shot 2020-09-21 at 4 11 26 PM

@cameron-toy cameron-toy changed the title Re-link missing notebook Re-link missing notebooks Sep 21, 2020
@juliahuynh
Copy link
Collaborator

Flows for user relinking missing notebooks

User chooses to relink when warning dialog appears
missingNotebookUserRelink

User chooses to ignore when warning dialog appears
missingNotebookUserIgnore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants