Skip to content

Instantly share code, notes, and snippets.

@bollwyvl
Last active January 12, 2021 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bollwyvl/733af7fda83a7ae3ce97635096fe83a5 to your computer and use it in GitHub Desktop.
Save bollwyvl/733af7fda83a7ae3ce97635096fe83a5 to your computer and use it in GitHub Desktop.

Get Started

  • Name a file (You already did this)
  • What have we done?
  • What could we do?
  • What should we do next?

This is a demo for jupyter-starters 1.0.0 Binder

{
"StarterManager": {
"extra_jinja_env_extensions": {
"jinja2_time.TimeExtension": true
},
"extra_starters": {
"readme": {
"type": "copy",
"label": "Make a README",
"description": "A README",
"src": "README.md",
"dest": "{% now 'local' %} {{ topic }} README.md",
"icon": "<svg xmlns='http://www.w3.org/2000/svg'><g class='jp-icon-contrast3' fill='#ccc'><rect width='100' height='100'/></g></svg>",
"uiSchema": {
"topic": {
"ui:help": "keep it short and simple: it will go in $1$ file named: `<topic> README.md`",
"ui:autofocus": true
}
},
"schema": {
"title": "# What do you want to write about?",
"description": "> I'll make a file where you can write about it",
"type": "object",
"required": ["topic"],
"properties": {
"topic": {
"title": "## Topic",
"description": "the _topic_ of the README",
"type": "string",
"default": "Unimagined"
}
}
}
}
}
}
}
jupyter-starters==1.0.0a0
# now feat.
jupyterlab >=3
# extras
cookiecutter
importlib_metadata
# demo/binder stuff
nbgitpuller
ipywidgets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment