question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hide the Jupyter Server status bar item when a third party extension kernel is used

See original GitHub issue

Right 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:

image

I think ideally that would be completely hidden if the user selected the kernel from the Julia extension.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
joyceerhlcommented, Apr 5, 2021

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).

1reaction
claudiaregiocommented, Mar 13, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found