deathbeds / jupyterlab-starters

Starter notebooks and directories in JupyterLab

Home Page:https://jupyterstarters.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a jupyter starters CLI

bollwyvl opened this issue · comments

Elevator Pitch

Provide a way to list the currently-configured starters.

Motivation

When packaging a starter, it would be handy to be able to be able to do a simple grep test to ensure the starter is configured.

Design Ideas

  • make a JupyterApp
  • add a StarterListApp subcommand (might want more in the future)
  • add the appropriate entry_point for the console command
  • offer both a "pretty" YAML-style one and a --json one