Hide the Jupyter Server status bar item when a third party extension kernel is used
See original GitHub issueRight now, when I select the kernel in the Julia extension (well, on the branch of the Julia extension) as the kernel for a notebook, the status bar item Jupyter Server: local
is still shown, like here:
I think ideally that would be completely hidden if the user selected the kernel from the Julia extension.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Extensions — JupyterLab 3.6.0b0 documentation
The jupyter labextension command enables you to install or uninstall source extensions from npm, list all installed extensions, or disable any extension. See ......
Read more >Explore proxy controller in notebooks · Issue #146942 - GitHub
We want to explore how we can build extensions which contribute a kernel/controller resolver that when selected provides functional notebook ...
Read more >Hide or remove content - Jupyter Book
There are two ways to hide content: To hide Markdown, use the {toggle} directive. To hide or remove code cells or their outputs,...
Read more >Jupyter notebook support | PyCharm Documentation - JetBrains
The Jupyter Server widget that shows the currently used Jupyter server. Click the widget and select Configure Jupyter Server to setup another ...
Read more >5 Extensions That Will Make You Switch to Jupyter Lab
Jupyter Lab is known as Jupyter's next-generation notebook interface. It integrates the notebook, console, text editor, and terminal into a ...
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
Hi @davidanthoff, this VSIX contains a change which should hide the Jupyter server status bar item https://github.com/microsoft/vscode-jupyter/suites/2424687509/artifacts/51749906 Would love your help verifying that we’ve resolved the problem for you.
I have tested this change with the .NET Interactive extension’s kernels and confirmed that it works. I did also try to verify with the Julia extension by building the notebook branch off the julia-vscode extension source and installing the built VSIX, but I wasn’t able to find the Julia extension’s kernel provider or notebook creation command (possible I did something wrong).
Ah okay I see thank you. Missed the part where it would be hidden if exclusively registered from the Julia extension, would still be available for any user who happens to connect to a Julia kernel through the Jupyter extension.