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.

[SETUP] Support for VScode

See original GitHub issue

Getting following error on vscode Error: Module luxwidget, semver range 0.1.1 is not registered as a widget module

image

Issue Analytics

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

github_iconTop GitHub Comments

4reactions
jinimukhcommented, Jan 22, 2021

Hi @ashishpatel1992! Thank you for using Lux and bringing up this issue! We have incorporated VSCode support in our newest release. To enable this, please make sure to install the latest version of Lux and enable the Jupyter lab extension using the following commands:

pip install --upgrade lux-api
jupyter nbextension install --py luxwidget
jupyter nbextension enable --py luxwidget
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install luxwidget

For more information on how to set up, see this page for more detail.

Here is a screenshot of what you should see with Lux in VSCode: Screen Shot 2021-01-21 at 10 06 16 PM

Please feel free to respond to this issue if you are having any trouble.

1reaction
supernoobacommented, Mar 7, 2021

I was waiting for this, thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Setting up Visual Studio Code
Once you have installed and set up VS Code, these topics will help you learn more about VS Code: Additional Components - Learn...
Read more >
Enterprise Support - Visual Studio Code
Learn about Visual Studio Code's enterprise support features. ... As an IT admin, you can configure VS Code to achieve consistency and compatibility...
Read more >
Running Visual Studio Code on Windows
Download the Visual Studio Code installer for Windows. · Once it is downloaded, run the installer (VSCodeUserSetup-{version}.exe). This will only take a minute....
Read more >
Setup Visual Studio Code's Network Connection
Setup VS Code's Network Connection. ... This also means that VS Code users get much of the networking support available in Google Chrome....
Read more >
Setting up additional components to use with Visual Studio ...
Basic functionality like the editor, file management, window management, and preference settings are included. A JavaScript/TypeScript language service and ...
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