Enhancement to "create new blank jupyter notebook" command
See original GitHub issue"Jupyter: Create new blank Jupyter notebook"
command to be changed to"Notebook: Create new blank notebook"
- If only the Jupyter extension is installed, the command works as is today.
- If other extensions are installed on user’s machine that build on top of the Jupyter extension, invoking the
"Notebook: Create new blank notebook"
should bring up the quick pick with the extension names as options.
Ex.
User has both Jupyter extension and .NET extension
User invokes "Notebook: Create new blank notebook"
command
Quick pick opens up with “Jupyter” and “.NET Interactive” as options
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
CoCalc Enhancements to Jupyter Notebooks
These enhanced features are available in CoCalc Jupyter notebooks: consecutive cell numbers. delete protect cells. edit protect cells. drag-and-drop.
Read more >Working with Jupyter Notebooks in Visual Studio Code
You can create a Jupyter Notebook by running the Create: New Jupyter Notebook command from the Command Palette (Ctrl+Shift+P) or by creating a...
Read more >Notebooks are getting revamped! - Python
You can do so by creating a new notebook (Ctrl + Shift + P “Python: Create New Blank Jupyter Notebooks”). File -> Open...
Read more >Standalone Jupyter server enhancement
new base classes to create applications from server extensions. nbextensions stay in notebook . jupyter_notebook_config.d folder becomes jupyter_server_config.d.
Read more >Introducing AWS Glue interactive sessions for Jupyter
Run the following commands to identify the package install location and ... A new tab opens with a blank Jupyter notebook using the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Awesome idea, however that feels like something we should do as a separate spec (i.e. an extension on top of this work, & based on feedback - would users like such a thing, do they use the new commands, etc) - i.e. separate spec.
Or should we just go with the snippets (I recall @claudiaregio working on something similar - saving cells as snippets, that could be related & make this unnecessary). I.e. why not do the same for python files, create sample python file for Matplotlib or tensort boards - I think the reason we don’t want that is because snippets is the solution for regular files.
@claudiaregio /cc
How to validate
Install the
TypeScript Notebook
extension from marketplace (extension id =
typescript-notebook`). This uses the new API to register an option in the dropdown list.