-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Command 'Jupyter: Create New Blank Notebook' resulted in an error (command 'jupyter.createnewnotebook' not found) #4271
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
Comments
Curious why you're installing that way instead of following the docs?
Unless you're overriding the environment variables somewhere, installing these extensions from the current marketplace will not work 😢 We're working on transitioning to the Open VSX marketplace. Can you please install both Python and Jupyter from there and see if you're still getting this issue? If you prefer the command line, you can also follow the docs: SERVICE_URL=https://open-vsx.org/vscode/gallery ITEM_URL=https://open-vsx.org/vscode/item code-server --install-extension <extension id> |
I'm following https://coder.com/docs/code-server/v3.12.0/install#standalone-releases |
Didn't see the part about the extensions. Thanks. |
Ah, got it. Makes sense.
Sure! Let me know if that works. |
It works! Thanks a lot for your help. |
Sure! We actually added this earlier in 2021 but I'm sure a lot of folks (myself included) dismiss this without reading it. If you have any better ideas, let us know! (eventually though we'll use Open VSX by default so this won't be a problem) |
Well I would put something similar to your great comment #4271 (comment) in the docs at https://coder.com/docs/code-server/v3.12.0/install , as every single coder will want to install the extension for their language afaik |
maybe not every single one but a lot |
I have encountered the same exact error, even though I followed the guide. What's more strange, depeding on the machine I'm accessing code-server from, the editor is not even able to parse notebooks. |
@JulesGM awesome! I opened an issue for us to tackle there here: #4282
Hmm...not sure what that is. If it's a bug, feel free to open a separate bug report and we can look into it. |
Cool @jsjoeio ! |
OS/Web Information
code-server --version
: 3.12.0 4cd55f9Steps to Reproduce
tar -xf code-server-3.12.0-linux-amd64.tar.gz
cd ~/code_server/code-server-3.12.0-linux-amd64/bin ; ./code-server.sh
ms-python
extension.or
ipynb
file. SHIFT-ENTER a cell. No kernel, asks tosearch marketplace..
. It suggestsJupyter
. Click on it. It's already installed.Expected
I maybe install the Python and or jupyter extension, open an
ipynb
script, it works / I can create blank ipynb files.Actual
CMD + SHIFT + P: Jupyter create blank file: get popup that says "Command 'Jupyter: Create New Blank Notebook' resulted in an error (command 'jupyter.createnewnotebook' not found)" with a red X with a circle and a blue OK button.
or
Try to open an
ipynb
file. SHIFT-ENTER a cell. No kernel, asks tosearch marketplace..
. It suggestsJupyter
. Click on it. It's already installed.Logs
These are the logs from Log (remote extension host). Seems related.
The text was updated successfully, but these errors were encountered: