Function Repository Resource:

GenerateNotebookFromPalette

Source Notebook

Convert a palette into a regular notebook

Contributed by: Arnoud Buzing

ResourceFunction["GenerateNotebookFromPalette"][nb]

converts palette notebook nb into a regular notebook.

Details and Options

ResourceFunction["GenerateNotebookFromPalette"] returns the notebook object it created.
ResourceFunction["GenerateNotebookFromPalette"] is equivalent to the menu item Palettes Generate Notebook from Palette.

Examples

Basic Examples (2) 

Open the Basic Math Assistant palette:

In[1]:=
nb = NotebookOpen[
  FileNameJoin[{$InstallationDirectory, "SystemFiles", "FrontEnd", "Palettes", "BasicMathAssistant.nb"}]]
Out[1]=

Convert it into a regular notebook:

In[2]:=
ResourceFunction["GenerateNotebookFromPalette"][nb]
Out[2]=

Publisher

Arnoud Buzing

Version History

  • 1.0.0 – 10 September 2020

Related Resources

License Information