Jupyter in the terminal

Contents:

  • Installation
  • Gallery
  • Overview
  • Key Bindings
  • Configuration
  • Changelog
  • Related Projects

Applications

  • Euporie Notebook
  • Euporie Console
  • Notebook Preview
  • Euporie Hub

API Reference

  • euporie
    • euporie.console
    • euporie.core
    • euporie.hub
    • euporie.notebook
      • euporie.notebook.app
        • euporie.notebook.app.cast
        • euporie.notebook.app.get_cmd
        • euporie.notebook.app.register_bindings
        • euporie.notebook.app.to_formatted_text
        • euporie.notebook.app.truncate
        • euporie.notebook.app.AboutDialog
        • euporie.notebook.app.BaseApp
        • euporie.notebook.app.CommandBar
        • euporie.notebook.app.CommandPalette
        • euporie.notebook.app.Condition
        • euporie.notebook.app.ConditionalContainer
        • euporie.notebook.app.ConfirmDialog
        • euporie.notebook.app.Dimension
        • euporie.notebook.app.DynamicContainer
        • euporie.notebook.app.ErrorDialog
        • euporie.notebook.app.FileBrowser
        • euporie.notebook.app.Float
        • euporie.notebook.app.FloatContainer
        • euporie.notebook.app.FormattedTextControl
        • euporie.notebook.app.HSplit
        • euporie.notebook.app.MenuBar
        • euporie.notebook.app.MenuItem
        • euporie.notebook.app.MiniMap
        • euporie.notebook.app.MsgBoxDialog
        • euporie.notebook.app.NoKernelsDialog
        • euporie.notebook.app.NotebookApp
        • euporie.notebook.app.OpenFileDialog
        • euporie.notebook.app.Pager
        • euporie.notebook.app.SaveAsDialog
        • euporie.notebook.app.SearchBar
        • euporie.notebook.app.SelectKernelDialog
        • euporie.notebook.app.ShortcutsDialog
        • euporie.notebook.app.SideBar
        • euporie.notebook.app.StatusBar
        • euporie.notebook.app.TabBarControl
        • euporie.notebook.app.TabBarTab
        • euporie.notebook.app.TabMode
        • euporie.notebook.app.TableOfContents
        • euporie.notebook.app.ToolbarCompletionsMenu
        • euporie.notebook.app.UnsavedDialog
        • euporie.notebook.app.VSplit
        • euporie.notebook.app.WeakKeyDictionary
        • euporie.notebook.app.Window
        • euporie.notebook.app.WindowAlign
        • euporie.notebook.app.partial
        • NotebookApp
      • euporie.notebook.current
      • euporie.notebook.enums
      • euporie.notebook.filters
      • euporie.notebook.tabs
      • euporie.notebook.tips
      • euporie.notebook.widgets
    • euporie.preview
    • euporie.web
euporie
  • euporie
  • euporie.notebook
  • euporie.notebook.app
  • euporie.notebook.app.SearchBar
  • View page source

euporie.notebook.app.SearchBar

class euporie.notebook.app.SearchBar(search_buffer: Buffer | None = None, vi_mode: bool = False, text_if_not_searching: AnyFormattedText = '', forward_search_prompt: AnyFormattedText = ' Find: ', backward_search_prompt: AnyFormattedText = ' Find (up): ', ignore_case: FilterOrBool = False)

Search mode.

A search toolbar with custom style and text.

Previous Next

© Copyright 2022, Josiah Outram Halstead.

Built with Sphinx using a theme provided by Read the Docs.