We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd796cf commit d4ded24Copy full SHA for d4ded24
README.md
@@ -16,11 +16,11 @@ of a custom Jupyter interactive widget library.
16
17
Install [cookiecutter](https://github.com/audreyr/cookiecutter):
18
19
- $ pip install cookiecutter
+ pip install cookiecutter
20
21
After installing cookiecutter, use widget-ts-cookiecutter:
22
23
- $ cookiecutter https://github.com/jupyter-widgets/widget-ts-cookiecutter.git
+ cookiecutter https://github.com/jupyter-widgets/widget-ts-cookiecutter.git
24
25
As widget-ts-cookiecutter runs, you will be asked for basic information about
26
your custom Jupyter widget project. You will be prompted for the following
0 commit comments