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.

Not working in VS Code

See original GitHub issue

THIS IS A COPY OF https://github.com/holoviz/panel/issues/2145

OS: Windows Python: 3.8 Panel: current master jupyter_bokeh: 3.0.0 notebook: 6.3.0

I can see that the current Panel MASTER branch does not work in VS Code via jupyter_bokeh.

Steps

python -m venv .venv
source .venv/Scripts/activate
pip install git+https://github.com/holoviz/panel.git
pip install jupyter_bokeh

In the Jupyter interactive notebook run (select code and click SHIFT+ENTER).

import panel as pn
pn.extension(comms='vscode')
pn.pane.Markdown("Hello")

and see the error

Error

Error: Module @bokeh/jupyter_bokeh, semver range ^3.0.0 is not registered as a widget module

Screenshot

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:17 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
philippjfrcommented, Apr 17, 2021

That’s on me. Will work on that tomorrow.

3reactions
MarcSkovMadsencommented, Apr 17, 2021

FYI. I’m working on enabling Panel users to explore the example and gallery notebooks on Binder. And I have installed VS Code there as well. My aim is to show how powerful a combination Panel and VS Code can be. Especially with the --autoreload. But for now it would not work with the versions 3.0 of jupyter lab.

https://user-images.githubusercontent.com/42288570/115116153-7911ff00-9f98-11eb-97bd-8228ae1ac840.mp4

And I would also like to be able to offer the powerful combination of Panel and VS Code on a Jupyter Hub at work 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot Terminal launch failures - Visual Studio Code
Troubleshooting steps · Check your user settings. Review these terminal. · Test your shell directly. Try running your designated integrated terminal shell outside ......
Read more >
Fix: VS Code Intellisense Not Working - YouTube
Read Our Article: https://www.brainytechz.com/2021/12/ vs - code -intellisense- not - working.html Visit Our Website: https://www.brainytechz.
Read more >
Emmet not working in VS Code ?— Here's how you can fix this ...
Step 1: Start your VS Code. Click on the Settings or press Ctrl+, to open the VS Code Settings. Step 2: Click on...
Read more >
vs code not opening up in windows - Stack Overflow
I was also facing the same issue. Go to task manager. You'll see that visual studio code is running. Select it and press...
Read more >
VS Code not working properly · Issue #157007 - GitHub
Please use the Start Extension Bisect command to investigate whether the problem is being caused by one of your extensions.
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