- {showWaitingForNotebookTransferMsg ? (
-
-
-
-
-
- Copying 1 or more notebooks from another workspace. This may
- take a few minutes.
-
-
- ) : (
-
-
- {/* disable if user does not have write permission*/}
-
- {
- AnalyticsTracker.Notebooks.OpenCreateModal();
- this.setState({ creating: true });
- }}
- disabled={
- workspace.billingStatus === BillingStatus.INACTIVE ||
- !this.canWrite()
- }
- >
-
-
-
- Create a New Notebook
-
-
-
-
-
-
- {!loading && (
- this.loadNotebooks()}
- />
- )}
-
- )}
-