-
Notifications
You must be signed in to change notification settings - Fork 300
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
Command "Python: Create New Blank Jupyter Notebook" not exist. #2942
Comments
This looks like a bug in how we describe the Create new notebook command. |
I find that if you don't load the python Extension, command "Python: Create New Blank Jupyter Notebook" will not appear. Is it a bug or feature? |
No this is a bug. Our package.json must be off for the Create New Blank Jupyter Notebook command. It should show up regardless of if the python extension is loaded or not. |
Cherry picked into point release branch. |
Good day! First off, I just want to thank you for all your efforts in putting out a great VS Code extension. I sincerely appreciate it! Thanks to @raysshine for opening this issue too. I know @raysshine mentioned this bug is present in macOS and Windows. I wanted to add that the problem is also present in Ubuntu 18.04.
Any assistance is greatly appreciated! Thanks so much! |
@earlev4 Thanks for the report for Ubuntu as well. I've actually checked in a fix for this, so it should be showing up in our development builds tomorrow. For now, the best workaround is just to get the python extension to load. Open a .py file or running a command like Python: Select Interpreter should do it. |
Thanks so much, @IanMatthewHuff! I really appreciate the info and prompt response. |
Validated. @IanMatthewHuff just a reminder to move to the point release (not sure if you did or not yet) |
Issue Type: Feature Request
When I open VS Code,and try to use Command "Python: Create New Blank Jupyter Notebook", it doesn't show.
And if I open a python file in VS Code, and try to use Command "Python: Create New Blank Jupyter Notebook", it shows.
Both my macbook pro 2018 and PC do.
Extension version: 2019.10.41019
![Snipaste_1010-113450](https://user-images.githubusercontent.com/26346635/66537210-3032ec00-eb52-11e9-975d-224be91c8dae.png)
![Snipaste_1010-113558](https://user-images.githubusercontent.com/26346635/66537213-30cb8280-eb52-11e9-8b6f-88eef613c150.png)
VS Code version: Code 1.39.0 (9df03c6d6ce97c6645c5846f6dfa2a6a7d276515, 2019-10-09T06:58:04.439Z)
OS version: Windows_NT x64 10.0.18362
The text was updated successfully, but these errors were encountered: