-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test: yeoman generator for notebook #101319
Comments
@connor4312 has the latest version of |
@aeschli can you publish generator-code? For running the test in the interim you can |
Published [email protected] |
The correct name of the generator is "Notebook Renderer" not "notebook starter". |
Refs: #101056
Complexity: 2
Create Issue
Note: the starter was tested last endgame, this is sanity checking the generator code
npm install -g yo generator-code
INCLUDE_PROPOSED=1 yo code
and select the notebook starterIf you use the test provider, you'll be able to see a sample notebook by creating an empty file with your chosen file extension (e.g.
foo.my-cool-notebook
).The text was updated successfully, but these errors were encountered: