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

Improve Layout Builder Docs #6619

Merged
merged 14 commits into from
Apr 2, 2024
Binary file modified doc/_static/images/builder_initial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/_static/images/builder_reset_layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions doc/how_to/notebook/layout_builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,9 @@ panel serve notebook.ipynb
```

This command will automatically restore the persisted layout data from the notebook.

## References

### Component Gallery

- [EditableTemplate](../../reference/templates/EditableTemplate.ipynb)
1 change: 1 addition & 0 deletions doc/tutorials/basic/develop_notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ For more detailed instructions and explanations, check out the resources below:
- [Develop in Other Notebook Environments](../../how_to/notebook/notebook.md)
- [Display Output in Notebooks](../../how_to/notebook/notebook.md)
- [Preview Apps in JupyterLab](../../how_to/notebook/jupyterlabpreview.md)
- [Publish a Notebook as a Dashboard using the Layout Builder](../../how_to/notebook/layout_builder.md)
- [Serve an App from a Notebook File](serve.md)
- [Use VS Code Notebook and Interactive Environment](https://panel.holoviz.org//how_to/editor/vscode_configure.html#notebook-and-interactive-environment)

Expand Down
Loading