Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.
This repository was archived by the owner on May 31, 2019. It is now read-only.

Side panel in the notebook UI #6

@rossant

Description

@rossant

When you launch a notebook with the phyui profile, you get a sidebar on the right of every notebook, with a few buttons:

  • Load file (open a file selector dialog File selector widget #5)
  • Trace view
  • Launch automatic clustering
  • Launch manual clustering interface (launch the web app in another browser window, connected to the same kernel)

Apart from the first button, what every other button does is:

  • create a new cell at the end of the notebook
  • inject some Python code in it
  • run that cell

This saves some typing to beginner users. Users are still free to type any Python code they want in the normal notebook.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions