On WIP/NoDS in vscode-python we are still executing python.datascience.opennotebook to open the sample notebook, which of course has been renamed to jupyter.opennotebook. Two ideas to solve this:
jupyter.opennotebook, problem is if Jupyter extension is not installed this would be a noop. Solution to that would be to display a prompt at this juncture telling the user that they need the Jupyter extension to open the sample notebook.Other approaches/suggestions/thoughts here? @DonJayamanne @rchiodo @ianmatthewhuff @davidkutu
Another possible idea:
Another possible idea:
Keep the command. Command handler checks for jupyter extension. If there, runs the other command, if not, asks user to install it.
Please see https://github.com/microsoft/vscode-python/pull/14362 馃槉
Closing as the PR above has been merged.
Should probably have someone validate this.
This looks good to me now with vscode-jupyter + vscode-python(WIP/NoDS). Validated.
Most helpful comment
Another possible idea: