Skip to content
Snippets Groups Projects
Select Git revision
  • 78d34fe379f1efde24aeb3d0a201ee1a78eecdc9
  • master default protected
2 results

nbui

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • nbUI a collection of UI for jupyter notebook

    This package provides a set of UI built on top of ipywidgets. UI are small sets of ipywidgets components that could be re-used in larger UI projects.

    Install

    To install nbUI, download this repository, unpack it and run:

    python3 -m pip install --user -U ./

    Or directly from gitlab!

    python3 -m pip install --user -U git+https://gitlab.com/discosoleil/nbui

    List of nbUI

    SelectFolders: A simple folders selection

    Allow users to select one or multiple folders. Navigation in file system follow Unix syntax with autocompletion. demo in nbviewver

    selectfolders_screenshot