kibana/packages/kbn-ipynb
Rodney Norris 308f514a45
[Search] Introduced Notebooks view for console (#180400)
## Summary

This PR adds the search-notebooks plugin and a python notebook renderer
to the persistent console.

### Screenshots
Console Closed
<img width="1418" alt="image"
src="8e2e2934-a19f-4204-8a31-1e8eab7fd20f">
Notebooks:
<img width="1418" alt="image"
src="bf9d40ad-352d-482e-8d84-f426c3026c69">
<img width="1418" alt="image"
src="fcf8cac2-4640-49e8-9bce-94a5a853383f">

Console View
<img width="1418" alt="image"
src="9230d1c2-3987-41f8-aa86-77a20509b8c0">

### Checklist

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/))
- [x] Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))
- [ ] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2024-04-15 11:10:28 -05:00
..
components [Search] Introduced Notebooks view for console (#180400) 2024-04-15 11:10:28 -05:00
index.tsx [Search] Introduced Notebooks view for console (#180400) 2024-04-15 11:10:28 -05:00
jest.config.js [Search] Introduced Notebooks view for console (#180400) 2024-04-15 11:10:28 -05:00
kibana.jsonc [Search] Introduced Notebooks view for console (#180400) 2024-04-15 11:10:28 -05:00
package.json [Search] Introduced Notebooks view for console (#180400) 2024-04-15 11:10:28 -05:00
README.md [Search] Introduced Notebooks view for console (#180400) 2024-04-15 11:10:28 -05:00
tsconfig.json [Search] Introduced Notebooks view for console (#180400) 2024-04-15 11:10:28 -05:00
types.ts [Search] Introduced Notebooks view for console (#180400) 2024-04-15 11:10:28 -05:00
utils.test.ts [Search] Introduced Notebooks view for console (#180400) 2024-04-15 11:10:28 -05:00
utils.ts [Search] Introduced Notebooks view for console (#180400) 2024-04-15 11:10:28 -05:00

@kbn/ipynb

This package has a component to render iPython Notebooks.