kibana/api_docs/search_notebooks.mdx

46 lines
1.3 KiB
Text

---
####
#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
#### Reach out in #docs-engineering for more info.
####
id: kibSearchNotebooksPluginApi
slug: /kibana-dev-docs/api/searchNotebooks
title: "searchNotebooks"
image: https://source.unsplash.com/400x175/?github
description: API docs for the searchNotebooks plugin
date: 2024-09-12
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchNotebooks']
---
import searchNotebooksObj from './search_notebooks.devdocs.json';
Plugin to provide access to and rendering of python notebooks for use in the persistent developer console.
Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 10 | 0 | 10 | 1 |
## Client
### Setup
<DocDefinitionList data={[searchNotebooksObj.client.setup]}/>
### Start
<DocDefinitionList data={[searchNotebooksObj.client.start]}/>
## Server
### Setup
<DocDefinitionList data={[searchNotebooksObj.server.setup]}/>
### Start
<DocDefinitionList data={[searchNotebooksObj.server.start]}/>
## Common
### Consts, variables and types
<DocDefinitionList data={searchNotebooksObj.common.misc}/>