Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

NotebookWorkspaces

Guides

  • Notebook Workspaces
  • Using The Notebook Workspace Palette

Symbols

  • AddNotebookToGeneral
  • AddNotebookToWorkspace
  • AddToExcludedNotebooks
  • CleanWorkspace
  • CloseWorkspace
  • ExcludedNotebooks
  • GeneralNotebooks
  • LoadWorkspace
  • RemoveFromExcludedNotebooks
  • RemoveNotebookFromGeneral
  • RemoveWorkspace
  • SaveWorkspaceAs
  • SaveWorkspace
  • WorkspaceMetadata
  • $CurrentWorkspace
BradleyAshby`NotebookWorkspaces`
RemoveFromExcludedNotebooks
​
RemoveFromExcludedNotebooks[nb]
remove the window title of notebook
nb
to the list of excluded notebooks.
​
​
RemoveFromExcludedNotebooks[title]
remove the string
title
from the list of excluded notebooks.
​
Details and Options

Examples  
(1)
Basic Examples  
(1)
Add notebooks to the list of excluded notebooks:
In[1]:=
AddToExcludedNotebooks
NotebookObject
Documentation Tools

Out[1]=
{Messages,Documentation Tools}
In[2]:=
AddToExcludedNotebooks
["Untitled-9"]
Out[2]=
{Messages,Documentation Tools,Untitled-9}
In[3]:=
ExcludedNotebooks
[]
Out[3]=
{Messages,Documentation Tools,Untitled-9}
Remove notebooks from the list using
RemoveFromExcludedNotebooks
:
In[4]:=
RemoveFromExcludedNotebooks
NotebookObject
Untitled-9

Out[4]=
{Messages,Documentation Tools}
In[5]:=
RemoveFromExcludedNotebooks
["Documentation Tools"]
Out[5]=
{Messages}
In[6]:=
ExcludedNotebooks
[]
Out[6]=
{Messages}
SeeAlso
ExcludedNotebooks
 
▪
AddToExcludedNotebooks
 
▪
SaveWorkspace
RelatedGuides
▪
Notebook Workspaces
▪
Using the Notebook Workspaces palette
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com