Not working in VS Code
See original GitHub issueTHIS 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
Issue Analytics
- State:
- Created 2 years ago
- Comments:17 (9 by maintainers)
Top 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 >
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 Free
Top 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
That’s on me. Will work on that tomorrow.
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 😃